Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
shred committed Apr 13, 2016
1 parent 548d794 commit f48334f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions flattr4j-async/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
</parent>
<artifactId>flattr4j-async</artifactId>
<name>flattr4j async</name>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j-core</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flattr4j-core/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
</parent>
<artifactId>flattr4j-core</artifactId>
<name>flattr4j core</name>
Expand Down
4 changes: 2 additions & 2 deletions flattr4j-spring-social/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
</parent>
<artifactId>flattr4j-spring-social</artifactId>
<name>flattr4j spring social</name>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j-core</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions flattr4j-web/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
</parent>
<artifactId>flattr4j-web</artifactId>
<name>flattr4j web</name>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j-core</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.shredzone.flattr4j</groupId>
<artifactId>flattr4j</artifactId>
<version>2.13</version>
<version>2.14-SNAPSHOT</version>
<packaging>pom</packaging>
<name>flattr4j</name>
<description>Java support for Flattr</description>
Expand All @@ -47,7 +47,7 @@
<url>https://github.com/shred/flattr4j/</url>
<connection>scm:git:git@github.com:shred/flattr4j.git</connection>
<developerConnection>scm:git:git@github.com:shred/flattr4j.git</developerConnection>
<tag>v2.13</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down

0 comments on commit f48334f

Please sign in to comment.