Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalyasar committed Oct 18, 2015
1 parent 9c43000 commit 3fe4586
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions justrelease-core/assembly.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.5-SNAPSHOT"
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.5"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.5-SNAPSHOT http://maven.apache.org/xsd/assembly-1.1.5-SNAPSHOT.xsd">
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.5 http://maven.apache.org/xsd/assembly-1.1.5.xsd">
<!-- TODO: a jarjar format would be better -->
<id>last-step</id>
<formats>
Expand Down
2 changes: 1 addition & 1 deletion justrelease-core/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>justrelease</artifactId>
<groupId>com.justrelease</groupId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>justrelease-core</artifactId>
Expand Down
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.5-SNAPSHOT</version>
<version>1.1.5</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.5-SNAPSHOT</version>-->
<!--<version>1.1.5</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.5-SNAPSHOT</version>
<version>1.1.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>justrelease-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<build>
<plugins>
<plugin>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.justrelease</groupId>
<artifactId>justrelease-core</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</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.5-SNAPSHOT</version>
<version>1.1.5</version>
<modules>
<module>justrelease-core</module>
<module>justrelease-maven-plugin</module>
Expand Down

0 comments on commit 3fe4586

Please sign in to comment.