Skip to content

Commit 751f430

Browse files
author
Rafael Winterhalter
committed
[maven-release-plugin] prepare release byte-buddy-0.6.8
1 parent c3a49f1 commit 751f430

6 files changed

Lines changed: 9 additions & 11 deletions

File tree

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>0.7-SNAPSHOT</version>
8+
<version>0.6.8</version>
99
</parent>
1010

1111
<artifactId>byte-buddy-agent</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>0.7-SNAPSHOT</version>
8+
<version>0.6.8</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>0.7-SNAPSHOT</version>
8+
<version>0.6.8</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>0.7-SNAPSHOT</version>
8+
<version>0.6.8</version>
99
</parent>
1010

1111
<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="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>0.7-SNAPSHOT</version>
8+
<version>0.6.8</version>
109
</parent>
1110

1211
<artifactId>byte-buddy</artifactId>
@@ -167,8 +166,7 @@
167166
</goals>
168167
<configuration>
169168
<target>
170-
<copy file="${project.basedir}/../byte-buddy-dep/target/byte-buddy-dep-${project.version}-javadoc.jar"
171-
tofile="${project.build.directory}/byte-buddy-${project.version}-javadoc.jar"/>
169+
<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" />
172170
</target>
173171
</configuration>
174172
</execution>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.bytebuddy</groupId>
66
<artifactId>byte-buddy-parent</artifactId>
7-
<version>0.7-SNAPSHOT</version>
7+
<version>0.6.8</version>
88
<packaging>pom</packaging>
99

1010
<inceptionYear>2014</inceptionYear>
@@ -101,7 +101,7 @@
101101
<connection>scm:git:git@github.com:raphw/byte-buddy.git</connection>
102102
<developerConnection>scm:git:git@github.com:raphw/byte-buddy.git</developerConnection>
103103
<url>git@github.com:raphw/byte-buddy.git</url>
104-
<tag>HEAD</tag>
104+
<tag>byte-buddy-0.6.8</tag>
105105
</scm>
106106

107107
<dependencyManagement>

0 commit comments

Comments
 (0)