File tree Expand file tree Collapse file tree 4 files changed +11
-16
lines changed
Expand file tree Collapse file tree 4 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 11<?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" >
43 <parent >
54 <artifactId >byte-buddy-parent</artifactId >
65 <groupId >net.bytebuddy</groupId >
7- <version >0.3-SNAPSHOT </version >
6+ <version >0.2.1 </version >
87 </parent >
98 <modelVersion >4.0.0</modelVersion >
109
7574 </goals >
7675 <configuration >
7776 <transformers >
78- <transformer
79- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
77+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
8078 <mainClass >org.openjdk.jmh.Main</mainClass >
8179 </transformer >
8280 </transformers >
Original file line number Diff line number Diff line change 11<?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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
76 <groupId >net.bytebuddy</groupId >
87 <artifactId >byte-buddy-parent</artifactId >
9- <version >0.3-SNAPSHOT </version >
8+ <version >0.2.1 </version >
109 </parent >
1110
1211 <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 : 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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
76 <groupId >net.bytebuddy</groupId >
87 <artifactId >byte-buddy-parent</artifactId >
9- <version >0.3-SNAPSHOT </version >
8+ <version >0.2.1 </version >
109 </parent >
1110
1211 <artifactId >byte-buddy</artifactId >
Original file line number Diff line number Diff line change 11<?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" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >net.bytebuddy</groupId >
76 <artifactId >byte-buddy-parent</artifactId >
8- <version >0.3-SNAPSHOT </version >
7+ <version >0.2.1 </version >
98 <packaging >pom</packaging >
109
1110 <inceptionYear >2014</inceptionYear >
8382 <
connection >scm:git:
[email protected] :raphw/byte-buddy.git</
connection >
8483 <
developerConnection >scm:git:
[email protected] :raphw/byte-buddy.git</
developerConnection >
8584 <
url >
[email protected] :raphw/byte-buddy.git</
url >
86- <tag >HEAD </tag >
85+ <tag >byte-buddy-0.2.1 </tag >
8786 </scm >
8887
8988 <dependencyManagement >
140139 <format >html</format >
141140 <format >xml</format >
142141 </formats >
143- <check />
142+ <check />
144143 </configuration >
145144 </plugin >
146145 <!-- Generate coveralls reports from Travis -->
You can’t perform that action at this time.
0 commit comments