File tree 6 files changed +17
-26
lines changed
6 files changed +17
-26
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<artifactId >byte-buddy-parent</artifactId >
8
7
<groupId >net.bytebuddy</groupId >
9
- <version >0.6-SNAPSHOT </version >
8
+ <version >0.5.5 </version >
10
9
</parent >
11
10
12
11
<artifactId >byte-buddy-agent</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<artifactId >byte-buddy-parent</artifactId >
8
7
<groupId >net.bytebuddy</groupId >
9
- <version >0.6-SNAPSHOT </version >
8
+ <version >0.5.5 </version >
10
9
</parent >
11
10
12
11
<artifactId >byte-buddy-android</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<artifactId >byte-buddy-parent</artifactId >
8
7
<groupId >net.bytebuddy</groupId >
9
- <version >0.6-SNAPSHOT </version >
8
+ <version >0.5.5 </version >
10
9
</parent >
11
10
12
11
<artifactId >byte-buddy-benchmark</artifactId >
75
74
</goals >
76
75
<configuration >
77
76
<transformers >
78
- <transformer
79
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
77
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
80
78
<mainClass >org.openjdk.jmh.Main</mainClass >
81
79
</transformer >
82
80
</transformers >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >net.bytebuddy</groupId >
8
7
<artifactId >byte-buddy-parent</artifactId >
9
- <version >0.6-SNAPSHOT </version >
8
+ <version >0.5.5 </version >
10
9
</parent >
11
10
12
11
<artifactId >byte-buddy-dep</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >net.bytebuddy</groupId >
8
7
<artifactId >byte-buddy-parent</artifactId >
9
- <version >0.6-SNAPSHOT </version >
8
+ <version >0.5.5 </version >
10
9
</parent >
11
10
12
11
<artifactId >byte-buddy</artifactId >
77
76
</relocation >
78
77
</relocations >
79
78
<transformers >
80
- <transformer
81
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
79
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
82
80
<manifestEntries >
83
81
<Bundle-SymbolicName >
84
82
${project.groupId} .${project.artifactId}
108
106
</goals >
109
107
<configuration >
110
108
<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" />
113
110
</target >
114
111
</configuration >
115
112
</execution >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >net.bytebuddy</groupId >
7
6
<artifactId >byte-buddy-parent</artifactId >
8
- <version >0.6-SNAPSHOT </version >
7
+ <version >0.5.5 </version >
9
8
<packaging >pom</packaging >
10
9
11
10
<inceptionYear >2014</inceptionYear >
101
100
<
connection >scm:git:
[email protected] :raphw/byte-buddy.git</
connection >
102
101
<
developerConnection >scm:git:
[email protected] :raphw/byte-buddy.git</
developerConnection >
103
102
<
url >
[email protected] :raphw/byte-buddy.git</
url >
104
- <tag >HEAD </tag >
103
+ <tag >byte-buddy-0.5.5 </tag >
105
104
</scm >
106
105
107
106
<dependencyManagement >
170
169
<format >html</format >
171
170
<format >xml</format >
172
171
</formats >
173
- <check />
172
+ <check />
174
173
</configuration >
175
174
</plugin >
176
175
<!-- Generate coveralls reports from Travis -->
You can’t perform that action at this time.
0 commit comments