Skip to content

Commit 8401521

Browse files
author
Rafael Winterhalter
committed
[maven-release-plugin] prepare release byte-buddy-0.6.1
1 parent 63f860f commit 8401521

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

byte-buddy-agent/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.7-SNAPSHOT</version>
8+
<version>0.6.1</version>
99
</parent>
1010

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

byte-buddy-android/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.7-SNAPSHOT</version>
8+
<version>0.6.1</version>
99
</parent>
1010

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

byte-buddy-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.7-SNAPSHOT</version>
8+
<version>0.6.1</version>
99
</parent>
1010

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

byte-buddy-dep/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.7-SNAPSHOT</version>
8+
<version>0.6.1</version>
99
</parent>
1010

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

byte-buddy/pom.xml

Lines changed: 1 addition & 1 deletion
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>0.7-SNAPSHOT</version>
8+
<version>0.6.1</version>
99
</parent>
1010

1111
<artifactId>byte-buddy</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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>0.7-SNAPSHOT</version>
7+
<version>0.6.1</version>
88
<packaging>pom</packaging>
99

1010
<inceptionYear>2014</inceptionYear>
@@ -100,7 +100,7 @@
100100
<connection>scm:git:git@github.com:raphw/byte-buddy.git</connection>
101101
<developerConnection>scm:git:git@github.com:raphw/byte-buddy.git</developerConnection>
102102
<url>git@github.com:raphw/byte-buddy.git</url>
103-
<tag>HEAD</tag>
103+
<tag>byte-buddy-0.6.1</tag>
104104
</scm>
105105

106106
<dependencyManagement>

0 commit comments

Comments
 (0)