We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e854bc0 commit a219451Copy full SHA for a219451
README.md
@@ -32,7 +32,7 @@ If the library will be provided as external dependency you can use following:
32
<dependency>
33
<groupId>com.github.koca2000</groupId>
34
<artifactId>NBS4j</artifactId>
35
- <version>1.0</version>
+ <version>1.2.0</version>
36
<scope>provided</scope>
37
</dependency>
38
</dependencies>
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>cz.koca2000</groupId>
8
9
- <version>1.2.0-SNAPSHOT</version>
10
11
<properties>
12
<maven.compiler.source>8</maven.compiler.source>
0 commit comments