Skip to content

Commit e1106f6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ea413d5 commit e1106f6

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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.17.1</version>
8+
<version>1.17.2-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.17.1</version>
8+
<version>1.17.2-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.17.1</version>
8+
<version>1.17.2-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.17.1</version>
8+
<version>1.17.2-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.17.1</version>
8+
<version>1.17.2-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.17.1</version>
8+
<version>1.17.2-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.17.1</version>
8+
<version>1.17.2-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.17.1</version>
8+
<version>1.17.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>byte-buddy</artifactId>

pom.xml

+3-3
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.17.1</version>
7+
<version>1.17.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<inceptionYear>2014</inceptionYear>
@@ -61,7 +61,7 @@
6161
<bytebuddy.integration>false</bytebuddy.integration>
6262
<bytebuddy.experimental>true</bytebuddy.experimental>
6363
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
64-
<project.build.outputTimestamp>1739529038</project.build.outputTimestamp>
64+
<project.build.outputTimestamp>1739529149</project.build.outputTimestamp>
6565
<sourcecode.main.version>1.5</sourcecode.main.version>
6666
<sourcecode.test.version>1.6</sourcecode.test.version>
6767
<bytecode.main.version>1.5</bytecode.main.version>
@@ -156,7 +156,7 @@
156156
<connection>scm:git:${repository.url}</connection>
157157
<developerConnection>scm:git:${repository.url}</developerConnection>
158158
<url>${repository.url}</url>
159-
<tag>byte-buddy-1.17.1</tag>
159+
<tag>HEAD</tag>
160160
</scm>
161161

162162
<dependencies>

0 commit comments

Comments
 (0)