Skip to content

Commit c471bfc

Browse files
author
rafwin
committed
[maven-release-plugin] prepare release byte-buddy-0.4.1
1 parent b370068 commit c471bfc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.5-SNAPSHOT</version>
8+
<version>0.4.1</version>
99
</parent>
1010

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

byte-buddy-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>byte-buddy-parent</artifactId>
55
<groupId>net.bytebuddy</groupId>
6-
<version>0.5-SNAPSHOT</version>
6+
<version>0.4.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.5-SNAPSHOT</version>
8+
<version>0.4.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.5-SNAPSHOT</version>
8+
<version>0.4.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.5-SNAPSHOT</version>
7+
<version>0.4.1</version>
88
<packaging>pom</packaging>
99

1010
<inceptionYear>2014</inceptionYear>
@@ -86,7 +86,7 @@
8686
<connection>scm:git:[email protected]:raphw/byte-buddy.git</connection>
8787
<developerConnection>scm:git:[email protected]:raphw/byte-buddy.git</developerConnection>
8888
<url>[email protected]:raphw/byte-buddy.git</url>
89-
<tag>HEAD</tag>
89+
<tag>byte-buddy-0.4.1</tag>
9090
</scm>
9191

9292
<dependencyManagement>

0 commit comments

Comments
 (0)