From 83848dfc9f8393177994a55bc8d4eb6ad6a29194 Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter <rafael.wth@gmail.com> Date: Sat, 19 Jun 2021 21:31:07 +0000 Subject: [PATCH] [maven-release-plugin] prepare release byte-buddy-1.11.4 --- byte-buddy-agent/pom.xml | 2 +- byte-buddy-android-test/pom.xml | 2 +- byte-buddy-android/pom.xml | 2 +- byte-buddy-benchmark/pom.xml | 2 +- byte-buddy-dep/pom.xml | 5 ++--- byte-buddy-gradle-plugin/pom.xml | 2 +- byte-buddy-maven-plugin/pom.xml | 2 +- byte-buddy/pom.xml | 2 +- pom.xml | 4 ++-- 9 files changed, 11 insertions(+), 12 deletions(-) diff --git a/byte-buddy-agent/pom.xml b/byte-buddy-agent/pom.xml index 1e00d3125e..78cbd32dc5 100644 --- a/byte-buddy-agent/pom.xml +++ b/byte-buddy-agent/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>byte-buddy-parent</artifactId> <groupId>net.bytebuddy</groupId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <artifactId>byte-buddy-agent</artifactId> diff --git a/byte-buddy-android-test/pom.xml b/byte-buddy-android-test/pom.xml index 2a674c74c5..e13c5a1930 100644 --- a/byte-buddy-android-test/pom.xml +++ b/byte-buddy-android-test/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <artifactId>byte-buddy-android-test</artifactId> diff --git a/byte-buddy-android/pom.xml b/byte-buddy-android/pom.xml index 13cbe7fb00..0e5b136cf4 100644 --- a/byte-buddy-android/pom.xml +++ b/byte-buddy-android/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>byte-buddy-parent</artifactId> <groupId>net.bytebuddy</groupId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <artifactId>byte-buddy-android</artifactId> diff --git a/byte-buddy-benchmark/pom.xml b/byte-buddy-benchmark/pom.xml index c3f41f5618..e9d0327de0 100644 --- a/byte-buddy-benchmark/pom.xml +++ b/byte-buddy-benchmark/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>byte-buddy-parent</artifactId> <groupId>net.bytebuddy</groupId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <artifactId>byte-buddy-benchmark</artifactId> diff --git a/byte-buddy-dep/pom.xml b/byte-buddy-dep/pom.xml index ead5318965..c71f981afb 100644 --- a/byte-buddy-dep/pom.xml +++ b/byte-buddy-dep/pom.xml @@ -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.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <artifactId>byte-buddy-dep</artifactId> diff --git a/byte-buddy-gradle-plugin/pom.xml b/byte-buddy-gradle-plugin/pom.xml index e4df429a30..e88b413b79 100644 --- a/byte-buddy-gradle-plugin/pom.xml +++ b/byte-buddy-gradle-plugin/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>byte-buddy-parent</artifactId> <groupId>net.bytebuddy</groupId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/byte-buddy-maven-plugin/pom.xml b/byte-buddy-maven-plugin/pom.xml index b5fa8fd0f0..4651653b9b 100644 --- a/byte-buddy-maven-plugin/pom.xml +++ b/byte-buddy-maven-plugin/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>byte-buddy-parent</artifactId> <groupId>net.bytebuddy</groupId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml index 140a9e3326..97b63936c3 100644 --- a/byte-buddy/pom.xml +++ b/byte-buddy/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> </parent> <artifactId>byte-buddy</artifactId> diff --git a/pom.xml b/pom.xml index 99cd2a9735..891f5a37dd 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> - <version>1.11.4-SNAPSHOT</version> + <version>1.11.4</version> <packaging>pom</packaging> <inceptionYear>2014</inceptionYear> @@ -133,7 +133,7 @@ <connection>scm:git:${repository.url}</connection> <developerConnection>scm:git:${repository.url}</developerConnection> <url>${repository.url}</url> - <tag>HEAD</tag> + <tag>byte-buddy-1.11.4</tag> </scm> <dependencies>