Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalyasar committed Oct 5, 2015
1 parent 88bd167 commit 4b91762
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions justrelease-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>justrelease</artifactId>
<groupId>com.justrelease</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -25,7 +25,7 @@
<!--<plugin>-->
<!--<groupId>com.justrelease</groupId>-->
<!--<artifactId>justrelease-maven-plugin</artifactId>-->
<!--<version>1.1.1-SNAPSHOT</version>-->
<!--<version>1.1.1</version>-->
<!--<configuration>-->
<!--<github>justrelease/justrelease</github>-->
<!--</configuration>-->
Expand Down
6 changes: 3 additions & 3 deletions justrelease-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>justrelease</artifactId>
<groupId>com.justrelease</groupId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>justrelease-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>

<dependencies>
<dependency>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.justrelease</groupId>
<artifactId>justrelease-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.justrelease</groupId>
<artifactId>justrelease</artifactId>
<packaging>pom</packaging>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<modules>
<module>justrelease-core</module>
<module>justrelease-maven-plugin</module>
Expand Down

0 comments on commit 4b91762

Please sign in to comment.