Skip to content

Commit d9fdbc2

Browse files
committed
[maven-release-plugin] prepare release byte-buddy-1.18.0
1 parent d492b31 commit d9fdbc2

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.18.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</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.0-SNAPSHOT</version>
8+
<version>1.18.0</version>
99
<packaging>pom</packaging>
1010

1111
<inceptionYear>2014</inceptionYear>
@@ -64,7 +64,7 @@
6464
<bytebuddy.integration>false</bytebuddy.integration>
6565
<bytebuddy.experimental>true</bytebuddy.experimental>
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
67-
<project.build.outputTimestamp>1759962662</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>1762845950</project.build.outputTimestamp>
6868
<sourcecode.main.version>1.5</sourcecode.main.version>
6969
<sourcecode.test.version>1.6</sourcecode.test.version>
7070
<bytecode.main.version>1.5</bytecode.main.version>
@@ -160,7 +160,7 @@
160160
<connection>scm:git:${repository.url}</connection>
161161
<developerConnection>scm:git:${repository.url}</developerConnection>
162162
<url>${repository.url}</url>
163-
<tag>HEAD</tag>
163+
<tag>byte-buddy-1.18.0</tag>
164164
</scm>
165165

166166
<dependencies>

0 commit comments

Comments
 (0)