Skip to content

Commit da6d327

Browse files
committed
[maven-release-plugin] prepare release byte-buddy-1.12.5
1 parent 461add6 commit da6d327

File tree

9 files changed

+14
-18
lines changed

9 files changed

+14
-18
lines changed

byte-buddy-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-agent</artifactId>

byte-buddy-android-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-android-test</artifactId>

byte-buddy-android/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-android</artifactId>

byte-buddy-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-benchmark</artifactId>

byte-buddy-dep/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.bytebuddy</groupId>
77
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-dep</artifactId>

byte-buddy-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-gradle-plugin</artifactId>

byte-buddy-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>byte-buddy-parent</artifactId>
77
<groupId>net.bytebuddy</groupId>
8-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-maven-plugin</artifactId>

byte-buddy/pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>net.bytebuddy</groupId>
87
<artifactId>byte-buddy-parent</artifactId>
9-
<version>1.12.5-SNAPSHOT</version>
8+
<version>1.12.5</version>
109
</parent>
1110

1211
<artifactId>byte-buddy</artifactId>
@@ -161,12 +160,10 @@
161160
</filter>
162161
</filters>
163162
<transformers>
164-
<transformer
165-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
163+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
166164
<mainClass>net.bytebuddy.build.Plugin$Engine$Default</mainClass>
167165
</transformer>
168-
<transformer
169-
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
166+
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
170167
<resource>META-INF/LICENSE</resource>
171168
</transformer>
172169
</transformers>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>net.bytebuddy</groupId>
76
<artifactId>byte-buddy-parent</artifactId>
8-
<version>1.12.5-SNAPSHOT</version>
7+
<version>1.12.5</version>
98
<packaging>pom</packaging>
109

1110
<inceptionYear>2014</inceptionYear>
@@ -136,7 +135,7 @@
136135
<connection>scm:git:${repository.url}</connection>
137136
<developerConnection>scm:git:${repository.url}</developerConnection>
138137
<url>${repository.url}</url>
139-
<tag>HEAD</tag>
138+
<tag>byte-buddy-1.12.5</tag>
140139
</scm>
141140

142141
<dependencies>

0 commit comments

Comments
 (0)