Skip to content

Commit 1aaaaf0

Browse files
author
Rafael Winterhalter
committed
[maven-release-plugin] prepare release byte-buddy-0.5.5
1 parent 022ed64 commit 1aaaaf0

File tree

6 files changed

+17
-26
lines changed

6 files changed

+17
-26
lines changed

byte-buddy-agent/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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
<artifactId>byte-buddy-parent</artifactId>
87
<groupId>net.bytebuddy</groupId>
9-
<version>0.6-SNAPSHOT</version>
8+
<version>0.5.5</version>
109
</parent>
1110

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

byte-buddy-android/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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
<artifactId>byte-buddy-parent</artifactId>
87
<groupId>net.bytebuddy</groupId>
9-
<version>0.6-SNAPSHOT</version>
8+
<version>0.5.5</version>
109
</parent>
1110

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

byte-buddy-benchmark/pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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
<artifactId>byte-buddy-parent</artifactId>
87
<groupId>net.bytebuddy</groupId>
9-
<version>0.6-SNAPSHOT</version>
8+
<version>0.5.5</version>
109
</parent>
1110

1211
<artifactId>byte-buddy-benchmark</artifactId>
@@ -75,8 +74,7 @@
7574
</goals>
7675
<configuration>
7776
<transformers>
78-
<transformer
79-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
77+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
8078
<mainClass>org.openjdk.jmh.Main</mainClass>
8179
</transformer>
8280
</transformers>

byte-buddy-dep/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>0.6-SNAPSHOT</version>
8+
<version>0.5.5</version>
109
</parent>
1110

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

byte-buddy/pom.xml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>0.6-SNAPSHOT</version>
8+
<version>0.5.5</version>
109
</parent>
1110

1211
<artifactId>byte-buddy</artifactId>
@@ -77,8 +76,7 @@
7776
</relocation>
7877
</relocations>
7978
<transformers>
80-
<transformer
81-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
79+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
8280
<manifestEntries>
8381
<Bundle-SymbolicName>
8482
${project.groupId}.${project.artifactId}
@@ -108,8 +106,7 @@
108106
</goals>
109107
<configuration>
110108
<target>
111-
<copy file="${project.basedir}/../byte-buddy-dep/target/byte-buddy-dep-${project.version}-javadoc.jar"
112-
tofile="${project.build.directory}/byte-buddy-${project.version}-javadoc.jar"/>
109+
<copy file="${project.basedir}/../byte-buddy-dep/target/byte-buddy-dep-${project.version}-javadoc.jar" tofile="${project.build.directory}/byte-buddy-${project.version}-javadoc.jar" />
113110
</target>
114111
</configuration>
115112
</execution>

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>0.6-SNAPSHOT</version>
7+
<version>0.5.5</version>
98
<packaging>pom</packaging>
109

1110
<inceptionYear>2014</inceptionYear>
@@ -101,7 +100,7 @@
101100
<connection>scm:git:[email protected]:raphw/byte-buddy.git</connection>
102101
<developerConnection>scm:git:[email protected]:raphw/byte-buddy.git</developerConnection>
103102
<url>[email protected]:raphw/byte-buddy.git</url>
104-
<tag>HEAD</tag>
103+
<tag>byte-buddy-0.5.5</tag>
105104
</scm>
106105

107106
<dependencyManagement>
@@ -170,7 +169,7 @@
170169
<format>html</format>
171170
<format>xml</format>
172171
</formats>
173-
<check/>
172+
<check />
174173
</configuration>
175174
</plugin>
176175
<!-- Generate coveralls reports from Travis -->

0 commit comments

Comments
 (0)