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.4</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.4</version >
8
7
</parent >
9
8
<modelVersion >4.0.0</modelVersion >
10
9
74
73
</goals >
75
74
<configuration >
76
75
<transformers >
77
- <transformer
78
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
76
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
79
77
<mainClass >org.openjdk.jmh.Main</mainClass >
80
78
</transformer >
81
79
</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.4</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.4</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.4-SNAPSHOT </version >
7
+ <version >0.4</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.4 </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