Skip to content

Commit abd3594

Browse files
committed
[maven-release-plugin] prepare release 3.3.0
1 parent 3081102 commit abd3594

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 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.1-SNAPSHOT</version>
16+
<version>3.3.0</version>
1817
<url>https://github.com/pivovarit/parallel-collectors</url>
1918

2019
<packaging>jar</packaging>
@@ -26,7 +25,7 @@
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-
<tag>HEAD</tag>
28+
<tag>3.3.0</tag>
3029
</scm>
3130

3231
<properties>
@@ -110,11 +109,11 @@
110109
<version>2.44.4</version>
111110
<configuration>
112111
<java>
113-
<removeUnusedImports/>
112+
<removeUnusedImports />
114113
<importOrder>
115114
<order>,\#</order>
116115
</importOrder>
117-
<endWithNewline/>
116+
<endWithNewline />
118117
</java>
119118
</configuration>
120119
<executions>

0 commit comments

Comments
 (0)