File tree 5 files changed +15
-23
lines changed
5 files changed +15
-23
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.4-SNAPSHOT </version >
8
+ <version >0.3.1 </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
<parent >
5
4
<artifactId >byte-buddy-parent</artifactId >
6
5
<groupId >net.bytebuddy</groupId >
7
- <version >0.4-SNAPSHOT </version >
6
+ <version >0.3.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.4-SNAPSHOT </version >
8
+ <version >0.3.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.4-SNAPSHOT </version >
8
+ <version >0.3.1 </version >
10
9
</parent >
11
10
12
11
<artifactId >byte-buddy</artifactId >
78
77
</relocation >
79
78
</relocations >
80
79
<transformers >
81
- <transformer
82
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
80
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
83
81
<manifestEntries >
84
82
<Bundle-SymbolicName >
85
83
${project.groupId} .${project.artifactId}
109
107
</goals >
110
108
<configuration >
111
109
<target >
112
- <copy file =" ${project.basedir}/../byte-buddy-dep/target/byte-buddy-dep-${project.version}-javadoc.jar"
113
- tofile =" ${project.build.directory}/byte-buddy-${project.version}-javadoc.jar" />
110
+ <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" />
114
111
</target >
115
112
</configuration >
116
113
</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.4-SNAPSHOT </version >
7
+ <version >0.3.1 </version >
9
8
<packaging >pom</packaging >
10
9
11
10
<inceptionYear >2014</inceptionYear >
87
86
<
connection >scm:git:
[email protected] :raphw/byte-buddy.git</
connection >
88
87
<
developerConnection >scm:git:
[email protected] :raphw/byte-buddy.git</
developerConnection >
89
88
<
url >
[email protected] :raphw/byte-buddy.git</
url >
90
- <tag >HEAD </tag >
89
+ <tag >byte-buddy-0.3.1 </tag >
91
90
</scm >
92
91
93
92
<dependencyManagement >
150
149
<format >html</format >
151
150
<format >xml</format >
152
151
</formats >
153
- <check />
152
+ <check />
154
153
</configuration >
155
154
</plugin >
156
155
<!-- Generate coveralls reports from Travis -->
You can’t perform that action at this time.
0 commit comments