Skip to content

Commit ae55939

Browse files
committed
[maven-release-plugin] prepare release byte-buddy-1.17.6
1 parent 70ba979 commit ae55939

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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</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.17.6-SNAPSHOT</version>
8+
<version>1.17.6</version>
99
<packaging>pom</packaging>
1010

1111
<inceptionYear>2014</inceptionYear>
@@ -63,7 +63,7 @@
6363
<bytebuddy.integration>false</bytebuddy.integration>
6464
<bytebuddy.experimental>true</bytebuddy.experimental>
6565
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
66-
<project.build.outputTimestamp>1750064359</project.build.outputTimestamp>
66+
<project.build.outputTimestamp>1750073593</project.build.outputTimestamp>
6767
<sourcecode.main.version>1.5</sourcecode.main.version>
6868
<sourcecode.test.version>1.6</sourcecode.test.version>
6969
<bytecode.main.version>1.5</bytecode.main.version>
@@ -159,7 +159,7 @@
159159
<connection>scm:git:${repository.url}</connection>
160160
<developerConnection>scm:git:${repository.url}</developerConnection>
161161
<url>${repository.url}</url>
162-
<tag>HEAD</tag>
162+
<tag>byte-buddy-1.17.6</tag>
163163
</scm>
164164

165165
<dependencies>

0 commit comments

Comments
 (0)