Skip to content

Commit

Permalink
release: 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sonatype-zion committed Feb 13, 2015
1 parent 2d9d5c0 commit e20a6d1
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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</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 @@ -26,7 +26,7 @@
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-support</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>pom</packaging>

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

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

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

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

0 comments on commit e20a6d1

Please sign in to comment.