Skip to content

Commit dbf58e0

Browse files
committed
[maven-release-plugin] prepare release byte-buddy-1.10.4
1 parent e0afcd8 commit dbf58e0

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
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>1.10.4-SNAPSHOT</version>
8+
<version>1.10.4</version>
99
</parent>
1010

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

byte-buddy-android-test/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>1.10.4-SNAPSHOT</version>
8+
<version>1.10.4</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-android-test</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>1.10.4-SNAPSHOT</version>
8+
<version>1.10.4</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>1.10.4-SNAPSHOT</version>
8+
<version>1.10.4</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>1.10.4-SNAPSHOT</version>
8+
<version>1.10.4</version>
99
</parent>
1010

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

byte-buddy-gradle-plugin/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>1.10.4-SNAPSHOT</version>
6+
<version>1.10.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

byte-buddy-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
<artifactId>byte-buddy-parent</artifactId>
55
<groupId>net.bytebuddy</groupId>
6-
<version>1.10.4-SNAPSHOT</version>
6+
<version>1.10.4</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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>1.10.4-SNAPSHOT</version>
8+
<version>1.10.4</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>1.10.4-SNAPSHOT</version>
7+
<version>1.10.4</version>
88
<packaging>pom</packaging>
99

1010
<inceptionYear>2014</inceptionYear>
@@ -130,7 +130,7 @@
130130
<connection>scm:git:${repository.url}</connection>
131131
<developerConnection>scm:git:${repository.url}</developerConnection>
132132
<url>${repository.url}</url>
133-
<tag>HEAD</tag>
133+
<tag>byte-buddy-1.10.4</tag>
134134
</scm>
135135

136136
<dependencies>

0 commit comments

Comments
 (0)