Skip to content

Commit

Permalink
[maven-release-plugin] prepare release install4j-support-1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Dec 6, 2012
1 parent 922ab4d commit 646f891
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 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.1-SNAPSHOT</version>
<version>1.0.5</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.1-SNAPSHOT</version>
<version>1.0.5</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.1-SNAPSHOT</version>
<version>1.0.5</version>
</parent>

<artifactId>install4j-slf4j</artifactId>
Expand Down
17 changes: 9 additions & 8 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.artifactId}</name>
<version>1.1-SNAPSHOT</version>
<version>1.0.5</version>
<packaging>pom</packaging>

<url>https://github.com/sonatype/install4j-support</url>
Expand All @@ -41,7 +41,8 @@
<connection>scm:git:git://github.com/sonatype/install4j-support.git</connection>
<developerConnection>scm:git:ssh://git@github.com/sonatype/install4j-support.git</developerConnection>
<url>https://github.com/sonatype/install4j-support</url>
</scm>
<tag>install4j-support-1.0.5</tag>
</scm>

<issueManagement>
<system>github</system>
Expand Down Expand Up @@ -74,7 +75,7 @@
<properties>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<build.timestamp>${maven.build.timestamp}</build.timestamp>
<build.number/>
<build.number />

<install4j.version>5.1.3</install4j.version>
<install4j.home>NOT_CONFIGURED</install4j.home>
Expand All @@ -99,27 +100,27 @@
<dependency>
<groupId>org.sonatype.install4j</groupId>
<artifactId>install4j-slf4j</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.5</version>
</dependency>

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

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

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

0 comments on commit 646f891

Please sign in to comment.