Skip to content

Commit

Permalink
[maven-release-plugin] prepare release byte-buddy-0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Winterhalter committed Apr 29, 2015
1 parent 4f3ea37 commit 0f3cfb1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion byte-buddy-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>0.7-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>byte-buddy-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>0.7-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>byte-buddy-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>byte-buddy-parent</artifactId>
<groupId>net.bytebuddy</groupId>
<version>0.7-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>byte-buddy-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-dep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>byte-buddy-dep</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions byte-buddy/pom.xml
Original file line number Diff line number Diff line change
@@ -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>0.7-SNAPSHOT</version>
<version>0.6.3</version>
</parent>

<artifactId>byte-buddy</artifactId>
Expand Down Expand Up @@ -119,8 +118,7 @@
</goals>
<configuration>
<target>
<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"/>
<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" />
</target>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.6.3</version>
<packaging>pom</packaging>

<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -98,7 +98,7 @@
<connection>scm:git:[email protected]:raphw/byte-buddy.git</connection>
<developerConnection>scm:git:[email protected]:raphw/byte-buddy.git</developerConnection>
<url>[email protected]:raphw/byte-buddy.git</url>
<tag>HEAD</tag>
<tag>byte-buddy-0.6.3</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 0f3cfb1

Please sign in to comment.