File tree 4 files changed +11
-16
lines changed
4 files changed +11
-16
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
<parent >
5
4
<artifactId >byte-buddy-parent</artifactId >
6
5
<groupId >net.bytebuddy</groupId >
7
- <version >0.3-SNAPSHOT </version >
6
+ <version >0.2.1 </version >
8
7
</parent >
9
8
<modelVersion >4.0.0</modelVersion >
10
9
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.3-SNAPSHOT </version >
8
+ <version >0.2.1 </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.3-SNAPSHOT </version >
8
+ <version >0.2.1 </version >
10
9
</parent >
11
10
12
11
<artifactId >byte-buddy</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
<groupId >net.bytebuddy</groupId >
7
6
<artifactId >byte-buddy-parent</artifactId >
8
- <version >0.3-SNAPSHOT </version >
7
+ <version >0.2.1 </version >
9
8
<packaging >pom</packaging >
10
9
11
10
<inceptionYear >2014</inceptionYear >
83
82
<
connection >scm:git:
[email protected] :raphw/byte-buddy.git</
connection >
84
83
<
developerConnection >scm:git:
[email protected] :raphw/byte-buddy.git</
developerConnection >
85
84
<
url >
[email protected] :raphw/byte-buddy.git</
url >
86
- <tag >HEAD </tag >
85
+ <tag >byte-buddy-0.2.1 </tag >
87
86
</scm >
88
87
89
88
<dependencyManagement >
140
139
<format >html</format >
141
140
<format >xml</format >
142
141
</formats >
143
- <check />
142
+ <check />
144
143
</configuration >
145
144
</plugin >
146
145
<!-- Generate coveralls reports from Travis -->
You can’t perform that action at this time.
0 commit comments