Skip to content

Commit

Permalink
[maven-release-plugin] prepare release byte-buddy-1.12.14
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 22, 2022
1 parent 68a4b78 commit c73d614
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 15 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.12.14-SNAPSHOT</version>
<version>1.12.14</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.12.14-SNAPSHOT</version>
<version>1.12.14</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.12.14-SNAPSHOT</version>
<version>1.12.14</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.12.14-SNAPSHOT</version>
<version>1.12.14</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.12.14-SNAPSHOT</version>
<version>1.12.14</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.12.14-SNAPSHOT</version>
<version>1.12.14</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.12.14-SNAPSHOT</version>
<version>1.12.14</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.12.14-SNAPSHOT</version>
<version>1.12.14</version>
</parent>

<artifactId>byte-buddy</artifactId>
Expand Down
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -154,7 +153,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.14</tag>
</scm>

<dependencies>
Expand Down Expand Up @@ -572,7 +571,7 @@
<jdk>9</jdk>
</activation>
<properties>
<project.build.outputTimestamp/>
<project.build.outputTimestamp />
<sourcecode.main.version>1.6</sourcecode.main.version>
<sourcecode.test.version>1.6</sourcecode.test.version>
<bytecode.main.version>1.6</bytecode.main.version>
Expand Down Expand Up @@ -1141,7 +1140,7 @@
</goals>
<configuration>
<target>
<echo level="info" message="Checksum collection is enabled (only if using mvnw)."/>
<echo level="info" message="Checksum collection is enabled (only if using mvnw)." />
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -1172,7 +1171,7 @@
</goals>
<configuration>
<target>
<echo level="info" message="Checksum enforcement is enabled (only if using mvnw)."/>
<echo level="info" message="Checksum enforcement is enabled (only if using mvnw)." />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit c73d614

Please sign in to comment.