Skip to content

Commit

Permalink
update to next version: 1.0.7-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Sep 11, 2013
1 parent d7745ce commit 550ca37
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion install4j-ga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</parent>

<artifactId>install4j-ga</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion install4j-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</parent>

<artifactId>install4j-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion install4j-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</parent>

<artifactId>install4j-slf4j</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
<packaging>pom</packaging>

<url>http://sonatype.github.io/install4j-support</url>
Expand Down Expand Up @@ -99,27 +99,27 @@
<dependency>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-slf4j</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-ga</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-ga</artifactId>
<classifier>bundle</classifier>
<type>zip</type>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-maven-plugin</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -183,7 +183,7 @@
<plugin>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-maven-plugin</artifactId>
<version>1.0.6</version>
<version>1.0.7-SNAPSHOT</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 550ca37

Please sign in to comment.