File tree Expand file tree Collapse file tree 6 files changed +9
-11
lines changed
Expand file tree Collapse file tree 6 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >byte-buddy-parent</artifactId >
77 <groupId >net.bytebuddy</groupId >
8- <version >0.7-SNAPSHOT </version >
8+ <version >0.6.3 </version >
99 </parent >
1010
1111 <artifactId >byte-buddy-agent</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >byte-buddy-parent</artifactId >
77 <groupId >net.bytebuddy</groupId >
8- <version >0.7-SNAPSHOT </version >
8+ <version >0.6.3 </version >
99 </parent >
1010
1111 <artifactId >byte-buddy-android</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >byte-buddy-parent</artifactId >
77 <groupId >net.bytebuddy</groupId >
8- <version >0.7-SNAPSHOT </version >
8+ <version >0.6.3 </version >
99 </parent >
1010
1111 <artifactId >byte-buddy-benchmark</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >net.bytebuddy</groupId >
77 <artifactId >byte-buddy-parent</artifactId >
8- <version >0.7-SNAPSHOT </version >
8+ <version >0.6.3 </version >
99 </parent >
1010
1111 <artifactId >byte-buddy-dep</artifactId >
Original file line number Diff line number Diff line change 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.3 </version >
109 </parent >
1110
1211 <artifactId >byte-buddy</artifactId >
119118 </goals >
120119 <configuration >
121120 <target >
122- <copy file =" ${project.basedir}/../byte-buddy-dep/target/byte-buddy-dep-${project.version}-javadoc.jar"
123- tofile =" ${project.build.directory}/byte-buddy-${project.version}-javadoc.jar" />
121+ <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" />
124122 </target >
125123 </configuration >
126124 </execution >
Original file line number Diff line number Diff line change 44
55 <groupId >net.bytebuddy</groupId >
66 <artifactId >byte-buddy-parent</artifactId >
7- <version >0.7-SNAPSHOT </version >
7+ <version >0.6.3 </version >
88 <packaging >pom</packaging >
99
1010 <inceptionYear >2014</inceptionYear >
9898 <connection >scm:git:git@github.com:raphw/byte-buddy.git</connection >
9999 <developerConnection >scm:git:git@github.com:raphw/byte-buddy.git</developerConnection >
100100 <url >git@github.com:raphw/byte-buddy.git</url >
101- <tag >HEAD </tag >
101+ <tag >byte-buddy-0.6.3 </tag >
102102 </scm >
103103
104104 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments