Skip to content

Commit 126f427

Browse files
committed
[maven-release-plugin] prepare release byte-buddy-1.2.1
1 parent 513fac4 commit 126f427

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

byte-buddy-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-agent</artifactId>

byte-buddy-android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-android</artifactId>

byte-buddy-benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-benchmark</artifactId>

byte-buddy-dep/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-dep</artifactId>

byte-buddy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.2.1-SNAPSHOT</version>
8+
<version>1.2.1</version>
99
</parent>
1010

1111
<artifactId>byte-buddy</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.bytebuddy</groupId>
66
<artifactId>byte-buddy-parent</artifactId>
7-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.2.1</version>
88
<packaging>pom</packaging>
99

1010
<inceptionYear>2014</inceptionYear>
@@ -112,7 +112,7 @@
112112
<connection>scm:git:[email protected]:raphw/byte-buddy.git</connection>
113113
<developerConnection>scm:git:[email protected]:raphw/byte-buddy.git</developerConnection>
114114
<url>[email protected]:raphw/byte-buddy.git</url>
115-
<tag>HEAD</tag>
115+
<tag>byte-buddy-1.2.1</tag>
116116
</scm>
117117

118118
<dependencyManagement>

0 commit comments

Comments
 (0)