Skip to content

Commit

Permalink
[maven-release-plugin] prepare release subtools-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phdelodder committed Apr 13, 2015
1 parent afd6035 commit bce389e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions MultiSubDownloader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.lodder.subtools</groupId>
<artifactId>sublibrary</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -135,6 +135,6 @@
<parent>
<groupId>org.lodder.subtools</groupId>
<artifactId>subtools</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion SubLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@
<parent>
<groupId>org.lodder.subtools</groupId>
<artifactId>subtools</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions SubSort/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>org.lodder.subtools</groupId>
<artifactId>sublibrary</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down Expand Up @@ -93,6 +93,6 @@
<parent>
<groupId>org.lodder.subtools</groupId>
<artifactId>subtools</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
</project>
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lodder.subtools</groupId>
<artifactId>subtools</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<name>SubTools</name>
<packaging>pom</packaging>

Expand All @@ -15,7 +14,7 @@
<connection>scm:git:[email protected]:phdelodder/SubTools.git</connection>
<url>scm:git:[email protected]:phdelodder/SubTools.git</url>
<developerConnection>scm:git:[email protected]:phdelodder/SubTools.git</developerConnection>
<tag>HEAD</tag>
<tag>subtools-1.2.1</tag>
</scm>

<modules>
Expand Down

0 comments on commit bce389e

Please sign in to comment.