Skip to content

Commit

Permalink
[maven-release-plugin] prepare release byte-buddy-1.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 14, 2023
1 parent 3c9fe4f commit 4038588
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.14.8-SNAPSHOT</version>
<version>1.14.8</version>
</parent>

<artifactId>byte-buddy-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-android-test/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.14.8-SNAPSHOT</version>
<version>1.14.8</version>
</parent>

<artifactId>byte-buddy-android-test</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>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.14.8-SNAPSHOT</version>
<version>1.14.8</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>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.14.8-SNAPSHOT</version>
<version>1.14.8</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.14.8-SNAPSHOT</version>
<version>1.14.8</version>
</parent>

<!--
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 @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.14.8-SNAPSHOT</version>
<version>1.14.8</version>
</parent>

<artifactId>byte-buddy-gradle-plugin</artifactId>
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 @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.14.8-SNAPSHOT</version>
<version>1.14.8</version>
</parent>

<artifactId>byte-buddy-maven-plugin</artifactId>
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.14.8-SNAPSHOT</version>
<version>1.14.8</version>
</parent>

<artifactId>byte-buddy</artifactId>
Expand Down
8 changes: 4 additions & 4 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.14.8-SNAPSHOT</version>
<version>1.14.8</version>
<packaging>pom</packaging>

<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -61,7 +61,7 @@
<bytebuddy.integration>false</bytebuddy.integration>
<bytebuddy.experimental>false</bytebuddy.experimental>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1693174785</project.build.outputTimestamp>
<project.build.outputTimestamp>1694699743</project.build.outputTimestamp>
<sourcecode.main.version>1.5</sourcecode.main.version>
<sourcecode.test.version>1.6</sourcecode.test.version>
<bytecode.main.version>1.5</bytecode.main.version>
Expand Down Expand Up @@ -120,7 +120,7 @@
<modulemaker.skip>false</modulemaker.skip>
<javadoc.download.skip>false</javadoc.download.skip>
<repository.url>git@github.com:raphw/byte-buddy.git</repository.url>
<surefire.arguments/>
<surefire.arguments />
</properties>

<licenses>
Expand Down Expand Up @@ -154,7 +154,7 @@
<connection>scm:git:${repository.url}</connection>
<developerConnection>scm:git:${repository.url}</developerConnection>
<url>${repository.url}</url>
<tag>HEAD</tag>
<tag>byte-buddy-1.14.8</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 4038588

Please sign in to comment.