Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
galan committed Jul 5, 2015
1 parent e723f04 commit d4fb329
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packtag-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.galan.packtag</groupId>
<artifactId>packtag-core</artifactId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>

<name>packtag-core - packtag taglib and servlet</name>
<description>A JSP Taglib for delivering minified, combined and gzip-compressed resources (JavaScript and CSS).</description>
Expand All @@ -12,7 +12,7 @@
<parent>
<artifactId>packtag-parent</artifactId>
<groupId>de.galan.packtag</groupId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packtag-optional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.galan.packtag</groupId>
<artifactId>packtag-optional</artifactId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>

<name>packtag-optional - meta pom for optional dependencies</name>
<description>A JSP Taglib for delivering minified, combined and gzip-compressed resources (JavaScript and CSS).</description>
Expand All @@ -12,7 +12,7 @@
<parent>
<artifactId>packtag-parent</artifactId>
<groupId>de.galan.packtag</groupId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packtag-testsite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.galan.packtag</groupId>
<artifactId>packtag-testsite</artifactId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>
<packaging>war</packaging>

<name>packtag-testsite - contains various tests of packtag</name>
Expand All @@ -13,7 +13,7 @@
<parent>
<artifactId>packtag-parent</artifactId>
<groupId>de.galan.packtag</groupId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>
</parent>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.galan.packtag</groupId>
<artifactId>packtag-parent</artifactId>
<version>3.13.0</version>
<version>3.13.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>packtag</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<developerConnection>scm:git:ssh://[email protected]/galan/packtag.git</developerConnection>
<connection>[email protected]:galan/packtag.git</connection>
<url>https://github.com/galan/packtag</url>
<tag>packtag-3.13.0</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down

0 comments on commit d4fb329

Please sign in to comment.