Skip to content

Commit b71379a

Browse files
committed
[publish] Releasing Byte Buddy 1.18.8
1 parent 31cce02 commit b71379a

9 files changed

Lines changed: 10 additions & 10 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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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
@@ -5,7 +5,7 @@
55

66
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.18.8-SNAPSHOT</version>
8+
<version>1.18.8-jdk5</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>1772353001</project.build.outputTimestamp>
68+
<project.build.outputTimestamp>1774997818</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>

0 commit comments

Comments
 (0)