Skip to content

Commit 39ac5ed

Browse files
committed
[maven-release-plugin] prepare release paranamer-parent-2.8.2
1 parent 2ded52f commit 39ac5ed

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
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.2-SNAPSHOT</version>
6+
<version>2.8.2</version>
77
</parent>
88
<artifactId>paranamer-ant</artifactId>
99
<name>ParaNamer Ant</name>

paranamer-core9/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.2-SNAPSHOT</version>
6+
<version>2.8.2</version>
77
</parent>
88
<artifactId>paranamer-core9</artifactId>
99
<packaging>bundle</packaging>

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.2-SNAPSHOT</version>
6+
<version>2.8.2</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.2-SNAPSHOT</version>
6+
<version>2.8.2</version>
77
</parent>
88
<artifactId>paranamer-maven-plugin</artifactId>
99
<packaging>maven-plugin</packaging>

paranamer/pom.xml

Lines changed: 2 additions & 3 deletions
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.2-SNAPSHOT</version>
6+
<version>2.8.2</version>
77
</parent>
88
<artifactId>paranamer</artifactId>
99
<packaging>bundle</packaging>
@@ -135,8 +135,7 @@
135135
</goals>
136136
<configuration>
137137
<target>
138-
<copy file="../paranamer-core9/target/classes/com/thoughtworks/paranamer/DefaultParanamer.class"
139-
tofile="target/classes/com/thoughtworks/paranamer/DefaultParanamer.class"/>
138+
<copy file="../paranamer-core9/target/classes/com/thoughtworks/paranamer/DefaultParanamer.class" tofile="target/classes/com/thoughtworks/paranamer/DefaultParanamer.class" />
140139
</target>
141140
</configuration>
142141
</execution>

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.2-SNAPSHOT</version>
6+
<version>2.8.2</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>
@@ -317,7 +317,7 @@
317317
<connection>scm:git:git://github.com/paul-hammant/paranamer.git</connection>
318318
<developerConnection>scm:git:git@github.com:paul-hammant/paranamer.git</developerConnection>
319319
<url>https://github.com/paul-hammant/paranamer</url>
320-
<tag>HEAD</tag>
320+
<tag>paranamer-parent-2.8.2</tag>
321321
</scm>
322322
<distributionManagement>
323323
<snapshotRepository>

0 commit comments

Comments
 (0)