Skip to content

Commit b06303a

Browse files
committed
[release] Attempt new release.
1 parent 88e99de commit b06303a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

byte-buddy-agent/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

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

byte-buddy-android-test/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-android-test</artifactId>

byte-buddy-android/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

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

byte-buddy-benchmark/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

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

byte-buddy-dep/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

1111
<!--

byte-buddy-gradle-plugin/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

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

byte-buddy-maven-plugin/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

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

byte-buddy/pom.xml

+1-1
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.14.12-SNAPSHOT</version>
8+
<version>1.14.11-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>byte-buddy</artifactId>

pom.xml

+1-1
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.14.12-SNAPSHOT</version>
7+
<version>1.14.11-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<inceptionYear>2014</inceptionYear>

0 commit comments

Comments
 (0)