Skip to content

Commit

Permalink
[maven-release-plugin] prepare release byte-buddy-1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Oct 5, 2018
1 parent 209ae27 commit 31d9465
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion byte-buddy-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

<artifactId>byte-buddy-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

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

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

<artifactId>byte-buddy-dep</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion byte-buddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.9.1-SNAPSHOT</version>
<version>1.9.1</version>
</parent>

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

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

<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -122,7 +122,7 @@
<connection>scm:git:[email protected]:raphw/byte-buddy.git</connection>
<developerConnection>scm:git:[email protected]:raphw/byte-buddy.git</developerConnection>
<url>[email protected]:raphw/byte-buddy.git</url>
<tag>HEAD</tag>
<tag>byte-buddy-1.9.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 31d9465

Please sign in to comment.