Skip to content

Commit 510c1b1

Browse files
committed
[maven-release-plugin] prepare release 3.2.0
1 parent c386e21 commit 510c1b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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

54
<licenses>
65
<license>
@@ -14,7 +13,7 @@
1413

1514
<groupId>com.pivovarit</groupId>
1615
<artifactId>parallel-collectors</artifactId>
17-
<version>3.2.0-SNAPSHOT</version>
16+
<version>3.2.0</version>
1817
<url>https://github.com/pivovarit/parallel-collectors</url>
1918

2019
<packaging>jar</packaging>
@@ -26,7 +25,8 @@
2625
<url>https://github.com/pivovarit/parallel-collectors</url>
2726
<connection>scm:git:git@github.com:pivovarit/parallel-collectors.git</connection>
2827
<developerConnection>scm:git:git@github.com:pivovarit/parallel-collectors.git</developerConnection>
29-
</scm>
28+
<tag>3.2.0</tag>
29+
</scm>
3030

3131
<properties>
3232
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)