Skip to content

Commit 6341162

Browse files
author
Rafael Winterhalter
committed
[maven-release-plugin] prepare release byte-buddy-0.7-rc1
1 parent 9a58854 commit 6341162

File tree

6 files changed

+15
-22
lines changed

6 files changed

+15
-22
lines changed

byte-buddy-agent/pom.xml

Lines changed: 2 additions & 3 deletions
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.7-SNAPSHOT</version>
8+
<version>0.7-rc1</version>
109
</parent>
1110

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

byte-buddy-android/pom.xml

Lines changed: 2 additions & 3 deletions
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.7-SNAPSHOT</version>
8+
<version>0.7-rc1</version>
109
</parent>
1110

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

byte-buddy-benchmark/pom.xml

Lines changed: 2 additions & 3 deletions
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.7-SNAPSHOT</version>
8+
<version>0.7-rc1</version>
109
</parent>
1110

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

byte-buddy-dep/pom.xml

Lines changed: 2 additions & 3 deletions
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.7-SNAPSHOT</version>
8+
<version>0.7-rc1</version>
109
</parent>
1110

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

byte-buddy/pom.xml

Lines changed: 3 additions & 5 deletions
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.7-SNAPSHOT</version>
8+
<version>0.7-rc1</version>
109
</parent>
1110

1211
<artifactId>byte-buddy</artifactId>
@@ -170,8 +169,7 @@
170169
</goals>
171170
<configuration>
172171
<target>
173-
<copy file="${project.basedir}/../byte-buddy-dep/target/byte-buddy-dep-${project.version}-javadoc.jar"
174-
tofile="${project.build.directory}/byte-buddy-${project.version}-javadoc.jar"/>
172+
<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" />
175173
</target>
176174
</configuration>
177175
</execution>

pom.xml

Lines changed: 4 additions & 5 deletions
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.7-SNAPSHOT</version>
7+
<version>0.7-rc1</version>
98
<packaging>pom</packaging>
109

1110
<inceptionYear>2014</inceptionYear>
@@ -110,7 +109,7 @@
110109
<connection>scm:git:[email protected]:raphw/byte-buddy.git</connection>
111110
<developerConnection>scm:git:[email protected]:raphw/byte-buddy.git</developerConnection>
112111
<url>[email protected]:raphw/byte-buddy.git</url>
113-
<tag>HEAD</tag>
112+
<tag>byte-buddy-0.7-rc1</tag>
114113
</scm>
115114

116115
<dependencyManagement>
@@ -193,7 +192,7 @@
193192
<format>html</format>
194193
<format>xml</format>
195194
</formats>
196-
<check/>
195+
<check />
197196
</configuration>
198197
</plugin>
199198
<!-- Generate coveralls reports from Travis. -->

0 commit comments

Comments
 (0)