Skip to content

Commit c0fe9d0

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

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

paranamer-ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thoughtworks.paranamer</groupId>
55
<artifactId>paranamer-parent</artifactId>
6-
<version>2.8.1</version>
6+
<version>2.8.2-SNAPSHOT</version>
77
</parent>
88
<artifactId>paranamer-ant</artifactId>
99
<name>ParaNamer Ant</name>

paranamer-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thoughtworks.paranamer</groupId>
55
<artifactId>paranamer-parent</artifactId>
6-
<version>2.8.1</version>
6+
<version>2.8.2-SNAPSHOT</version>
77
</parent>
88
<artifactId>paranamer-generator</artifactId>
99
<name>ParaNamer Generator</name>

paranamer-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thoughtworks.paranamer</groupId>
55
<artifactId>paranamer-parent</artifactId>
6-
<version>2.8.1</version>
6+
<version>2.8.2-SNAPSHOT</version>
77
</parent>
88
<artifactId>paranamer-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

paranamer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.thoughtworks.paranamer</groupId>
55
<artifactId>paranamer-parent</artifactId>
6-
<version>2.8.1</version>
6+
<version>2.8.2-SNAPSHOT</version>
77
</parent>
88
<artifactId>paranamer</artifactId>
99
<packaging>bundle</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.thoughtworks.paranamer</groupId>
44
<artifactId>paranamer-parent</artifactId>
55
<packaging>pom</packaging>
6-
<version>2.8.1</version>
6+
<version>2.8.2-SNAPSHOT</version>
77
<name>ParaNamer Parent</name>
88
<inceptionYear>2007</inceptionYear>
99
<description>Paranamer allows runtime access to constructor and method parameter names for Java classes</description>
@@ -316,7 +316,7 @@
316316
<connection>scm:git:git://github.com/paul-hammant/paranamer.git</connection>
317317
<developerConnection>scm:git:git@github.com:paul-hammant/paranamer.git</developerConnection>
318318
<url>https://github.com/paul-hammant/paranamer</url>
319-
<tag>paranamer-parent-2.8.1</tag>
319+
<tag>HEAD</tag>
320320
</scm>
321321
<distributionManagement>
322322
<snapshotRepository>

0 commit comments

Comments
 (0)