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
Enrico Olivelli committed Apr 23, 2020
1 parent d7ec6f9 commit f810783
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion blazingcache-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>blazingcache-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion blazingcache-jcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>blazingcache-jcache</artifactId>
<groupId>org.blazingcache</groupId>
Expand Down
2 changes: 1 addition & 1 deletion blazingcache-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>blazingcache-services</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion blazingcache-site-skin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>blazingcache-website-skin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion blazingcache-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>blazingcache-website</artifactId>
<packaging>jar</packaging>
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>org.blazingcache</groupId>
<artifactId>blazingcache</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>BlazingCache</name>
<url>http://blazingcache.org</url>
Expand All @@ -19,7 +19,7 @@
<url>https://github.com/diennea/blazingcache.git</url>
<connection>scm:git:https://github.com/diennea/blazingcache.git</connection>
<developerConnection>scm:git:https://github.com/diennea/blazingcache.git</developerConnection>
<tag>release/2.2</tag>
<tag>HEAD</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit f810783

Please sign in to comment.