Skip to content

Commit e01d09a

Browse files
committed
[maven-release-plugin] prepare release byte-buddy-1.18.5
1 parent 0cef4be commit e01d09a

9 files changed

Lines changed: 11 additions & 11 deletions

File tree

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
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.18.5-SNAPSHOT</version>
8+
<version>1.18.5</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.18.5-SNAPSHOT</version>
8+
<version>1.18.5</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
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.18.5-SNAPSHOT</version>
8+
<version>1.18.5</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
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.18.5-SNAPSHOT</version>
8+
<version>1.18.5</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.18.5-SNAPSHOT</version>
8+
<version>1.18.5</version>
99
</parent>
1010

1111
<!--

byte-buddy-gradle-plugin/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.18.5-SNAPSHOT</version>
8+
<version>1.18.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-gradle-plugin</artifactId>

byte-buddy-maven-plugin/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.18.5-SNAPSHOT</version>
8+
<version>1.18.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-maven-plugin</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>1.18.5-SNAPSHOT</version>
8+
<version>1.18.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.18.5-SNAPSHOT</version>
8+
<version>1.18.5</version>
99
<packaging>pom</packaging>
1010

1111
<inceptionYear>2014</inceptionYear>
@@ -65,7 +65,7 @@
6565
<bytebuddy.integration>false</bytebuddy.integration>
6666
<bytebuddy.experimental>true</bytebuddy.experimental>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
68-
<project.build.outputTimestamp>1768518130</project.build.outputTimestamp>
68+
<project.build.outputTimestamp>1771054324</project.build.outputTimestamp>
6969
<sourcecode.main.version>1.5</sourcecode.main.version>
7070
<sourcecode.test.version>1.6</sourcecode.test.version>
7171
<bytecode.main.version>1.5</bytecode.main.version>
@@ -162,7 +162,7 @@
162162
<connection>scm:git:${repository.url}</connection>
163163
<developerConnection>scm:git:${repository.url}</developerConnection>
164164
<url>${repository.url}</url>
165-
<tag>HEAD</tag>
165+
<tag>byte-buddy-1.18.5</tag>
166166
</scm>
167167

168168
<dependencies>

0 commit comments

Comments
 (0)