Skip to content

Commit 5b7927c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a24a01c commit 5b7927c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.igniterealtime</groupId>
44
<artifactId>whack</artifactId>
5-
<version>3.1.0</version>
5+
<version>3.1.1-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Whack</name>
88
<description>Whack is a Java library that easily allows the creation of external components that follow the XEP-0114: Jabber Component Protocol.</description>
@@ -49,7 +49,7 @@
4949
<url>https://github.com/igniterealtime/Whack</url>
5050
<connection>scm:git:https://github.com/igniterealtime/Whack.git</connection>
5151
<developerConnection>scm:git:https://github.com/igniterealtime/Whack.git</developerConnection>
52-
<tag>v3.1.0</tag>
52+
<tag>HEAD</tag>
5353
</scm>
5454
<properties>
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

sample/weather/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.igniterealtime</groupId>
1010
<artifactId>whack</artifactId>
11-
<version>3.1.0</version>
11+
<version>3.1.1-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414
<build>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.igniterealtime.whack</groupId>
4444
<artifactId>core</artifactId>
45-
<version>3.1.0</version>
45+
<version>3.1.1-SNAPSHOT</version>
4646
<type>jar</type>
4747
</dependency>
4848
<dependency>

sample/weatherabstract/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.igniterealtime</groupId>
1010
<artifactId>whack</artifactId>
11-
<version>3.1.0</version>
11+
<version>3.1.1-SNAPSHOT</version>
1212
<relativePath>../../pom.xml</relativePath>
1313
</parent>
1414
<build>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.igniterealtime.whack</groupId>
4444
<artifactId>core</artifactId>
45-
<version>3.1.0</version>
45+
<version>3.1.1-SNAPSHOT</version>
4646
<type>jar</type>
4747
</dependency>
4848
<dependency>

source/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.igniterealtime</groupId>
1010
<artifactId>whack</artifactId>
11-
<version>3.1.0</version>
11+
<version>3.1.1-SNAPSHOT</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414
<build>

0 commit comments

Comments
 (0)