Skip to content

Commit fbe037e

Browse files
committed
prepare for release
1 parent 3ca3a22 commit fbe037e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<properties>
6363
<snapshot.version>HEAD-SNAPSHOT</snapshot.version>
64-
<next.release.version>2.0.1</next.release.version>
64+
<next.release.version>2.0.0</next.release.version>
6565
<maven.compiler.source>11</maven.compiler.source>
6666
<maven.compiler.target>11</maven.compiler.target>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -278,7 +278,7 @@
278278
<releaseVersionProperty>next.release.version</releaseVersionProperty>
279279
<!-- Set to true to immediately bump the development version when creating a release branch -->
280280
<commitDevelopmentVersionAtStart>true</commitDevelopmentVersionAtStart>
281-
281+
<skipTestProject>true</skipTestProject>
282282
<!-- Which digit to increas in major.minor.patch versioning, the values being 0.1.2 respectively.
283283
By default the rightmost number is increased.
284284
Pass in the number via parameter or profile to allow configuration,

0 commit comments

Comments
 (0)