We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c43594 commit 0c9ca16Copy full SHA for 0c9ca16
build.gradle
@@ -4,7 +4,7 @@ sourceCompatibility = 1.8
4
targetCompatibility = 1.8
5
6
archivesBaseName = "xcsp3-tools"
7
-version = '2.0'
+version = '2.0.1'
8
9
repositories {
10
mavenCentral()
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>org.xcsp</groupId>
<artifactId>xcsp3-tools</artifactId>
- <version>2.0</version>
+ <version>2.0.1</version>
<packaging>jar</packaging>
<name>XCSP3 Java Tools</name>
0 commit comments