Skip to content

Commit

Permalink
[maven-release-plugin] prepare release byte-buddy-1.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Aug 1, 2022
1 parent 78c72f1 commit bbc2554
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 36 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.13-SNAPSHOT</version>
<version>1.12.13</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.13-SNAPSHOT</version>
<version>1.12.13</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.13-SNAPSHOT</version>
<version>1.12.13</version>
</parent>

<artifactId>byte-buddy-android</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions 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.13-SNAPSHOT</version>
<version>1.12.13</version>
</parent>

<artifactId>byte-buddy-benchmark</artifactId>
Expand Down Expand Up @@ -146,10 +146,8 @@
<configuration>
<skip>${javadoc.download.skip}</skip>
<target>
<mkdir dir="${project.basedir}/target/javadoc-lists/jmh-core-${version.jmh}"/>
<get src="https://javadoc.io/doc/org.openjdk.jmh/jmh-core/${version.jmh}/element-list"
dest="${project.basedir}/target/javadoc-lists/jmh-core-${version.jmh}/package-list"
skipexisting="true"/>
<mkdir dir="${project.basedir}/target/javadoc-lists/jmh-core-${version.jmh}" />
<get src="https://javadoc.io/doc/org.openjdk.jmh/jmh-core/${version.jmh}/element-list" dest="${project.basedir}/target/javadoc-lists/jmh-core-${version.jmh}/package-list" skipexisting="true" />
</target>
</configuration>
</execution>
Expand Down
28 changes: 13 additions & 15 deletions 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.13-SNAPSHOT</version>
<version>1.12.13</version>
</parent>

<!--
Expand Down Expand Up @@ -282,10 +282,8 @@
<configuration>
<skip>${javadoc.download.skip}</skip>
<target>
<mkdir dir="${project.basedir}/target/javadoc-lists/asm-${version.asm}"/>
<get src="https://javadoc.io/doc/org.ow2.asm/asm/${version.asm}/element-list"
dest="${project.basedir}/target/javadoc-lists/asm-${version.asm}/package-list"
skipexisting="true"/>
<mkdir dir="${project.basedir}/target/javadoc-lists/asm-${version.asm}" />
<get src="https://javadoc.io/doc/org.ow2.asm/asm/${version.asm}/element-list" dest="${project.basedir}/target/javadoc-lists/asm-${version.asm}/package-list" skipexisting="true" />
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -430,7 +428,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-4">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v4/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v4/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -525,7 +523,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-4-jsr14">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v4jsr14/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v4jsr14/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -611,7 +609,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/main/precompiled-6">
<fileset dir="${project.build.outputDirectory}" includes="net/bytebuddy/build/CachedReturnPlugin$Advice$*.class"/>
<fileset dir="${project.build.outputDirectory}" includes="net/bytebuddy/build/CachedReturnPlugin$Advice$*.class" />
</copy>
</target>
</configuration>
Expand All @@ -625,7 +623,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-6">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v6/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v6/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -703,7 +701,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-7">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v7/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v7/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -777,7 +775,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-8">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v8/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v8/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -871,7 +869,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-8-parameters">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v8parameters/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v8parameters/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -945,7 +943,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-11">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v11/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v11/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -1019,7 +1017,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-16">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v16/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v16/*.class" />
</copy>
</target>
</configuration>
Expand Down Expand Up @@ -1093,7 +1091,7 @@
<configuration>
<target>
<copy todir="${project.basedir}/src/test/precompiled-17">
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v17/*.class"/>
<fileset dir="${project.build.testOutputDirectory}" includes="net/bytebuddy/test/precompiled/v17/*.class" />
</copy>
</target>
</configuration>
Expand Down
6 changes: 2 additions & 4 deletions 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.13-SNAPSHOT</version>
<version>1.12.13</version>
</parent>

<artifactId>byte-buddy-gradle-plugin</artifactId>
Expand Down Expand Up @@ -151,9 +151,7 @@
<configuration>
<skip>${gradle.disabled}</skip>
<target>
<copy file="${project.basedir}/build/libs/${project.artifactId}-${project.version}.jar"
todir="${project.build.directory}"
overwrite="true" />
<copy file="${project.basedir}/build/libs/${project.artifactId}-${project.version}.jar" todir="${project.build.directory}" overwrite="true" />
</target>
</configuration>
</execution>
Expand Down
5 changes: 2 additions & 3 deletions byte-buddy-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?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>

<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>1.12.13-SNAPSHOT</version>
<version>1.12.13</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.13-SNAPSHOT</version>
<version>1.12.13</version>
</parent>

<artifactId>byte-buddy</artifactId>
Expand Down
10 changes: 5 additions & 5 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.13-SNAPSHOT</version>
<version>1.12.13</version>
<packaging>pom</packaging>

<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -147,7 +146,8 @@
<connection>scm:git:${repository.url}</connection>
<developerConnection>scm:git:${repository.url}</developerConnection>
<url>${repository.url}</url>
</scm>
<tag>byte-buddy-1.12.13</tag>
</scm>

<dependencies>
<!-- Allows the suppression of spotbugs false-positives by annotations without adding an actual dependency. -->
Expand Down Expand Up @@ -552,7 +552,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

0 comments on commit bbc2554

Please sign in to comment.