Skip to content

Commit 671fe46

Browse files
committed
[maven-release-plugin] prepare release v1.2.1
1 parent 2bbe209 commit 671fe46

File tree

4 files changed

+11
-18
lines changed

4 files changed

+11
-18
lines changed

compactmap/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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

jmh/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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

@@ -76,8 +75,7 @@
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>

jol/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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>
@@ -32,7 +30,8 @@
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>

0 commit comments

Comments
 (0)