Skip to content

Commit

Permalink
[maven-release-plugin] prepare release github-release-parent-0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Mashkov committed Aug 29, 2016
1 parent 0806047 commit 2995fd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions github-release-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>github-release-parent</artifactId>
<groupId>cy.github</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>

<groupId>cy.github</groupId>
<artifactId>github-release-plugin</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<packaging>maven-plugin</packaging>

<name>github-release-plugin Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion github-release-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>github-release-parent</artifactId>
<groupId>cy.github</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>cy.github</groupId>
<artifactId>github-release-parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<packaging>pom</packaging>

<scm>
<connection>scm:git:[email protected]:cy6erGn0m/github-release-plugin.git</connection>
<tag>HEAD</tag>
<tag>github-release-parent-0.5.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit 2995fd2

Please sign in to comment.