File tree Expand file tree Collapse file tree 4 files changed +11
-18
lines changed Expand file tree Collapse file tree 4 files changed +11
-18
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <parent >
64 <artifactId >parent</artifactId >
75 <groupId >com.github.vlsi.compactmap</groupId >
8- <version >1.3.0-SNAPSHOT </version >
6+ <version >1.2.1 </version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <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" >
32 <parent >
43 <artifactId >parent</artifactId >
54 <groupId >com.github.vlsi.compactmap</groupId >
6- <version >1.3.0-SNAPSHOT </version >
5+ <version >1.2.1 </version >
76 </parent >
87 <modelVersion >4.0.0</modelVersion >
98
7675 <configuration >
7776 <finalName >${uberjar.name} </finalName >
7877 <transformers >
79- <transformer
80- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
78+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
8179 <mainClass >org.openjdk.jmh.Main</mainClass >
8280 </transformer >
8381 </transformers >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <parent >
64 <artifactId >parent</artifactId >
75 <groupId >com.github.vlsi.compactmap</groupId >
8- <version >1.3.0-SNAPSHOT </version >
6+ <version >1.2.1 </version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >com.github.vlsi.compactmap</groupId >
86 <artifactId >parent</artifactId >
97 <packaging >pom</packaging >
10- <version >1.3.0-SNAPSHOT </version >
8+ <version >1.2.1 </version >
119 <modules >
1210 <module >compactmap</module >
1311 <module >jol</module >
3230 <url >https://github.com/vlsi/compactmap</url >
3331 <connection >scm:git:https://github.com/vlsi/compactmap.git</connection >
3432 <developerConnection >scm:git:https://github.com/vlsi/compactmap.git</developerConnection >
35- </scm >
33+ <tag >v1.2.1</tag >
34+ </scm >
3635
3736 <developers >
3837 <developer >
You can’t perform that action at this time.
0 commit comments