Skip to content

Commit

Permalink
[maven-release-plugin] prepare release byte-buddy-1.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 15, 2022
1 parent 568af9f commit ff8c4d0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion byte-buddy-agent/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-android-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy-android-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-android/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-benchmark/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-dep/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy-dep</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-gradle-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy-gradle-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
</parent>

<artifactId>byte-buddy</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.12.7-SNAPSHOT</version>
<version>1.12.7</version>
<packaging>pom</packaging>

<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -135,7 +135,7 @@
<connection>scm:git:${repository.url}</connection>
<developerConnection>scm:git:${repository.url}</developerConnection>
<url>${repository.url}</url>
<tag>HEAD</tag>
<tag>byte-buddy-1.12.7</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit ff8c4d0

Please sign in to comment.