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 0f7c664 commit 3586977Copy full SHA for 3586977
README.md
@@ -16,7 +16,7 @@ Get decimal-java from Maven:
16
<dependency>
17
<groupId>org.firebirdsql</groupId>
18
<artifactId>decimal-java</artifactId>
19
- <version>1.0.0-RC-1</version>
+ <version>1.0.0</version>
20
</dependency>
21
```
22
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'org.firebirdsql'
9
-version '1.0.0-SNAPSHOT'
+version '1.0.0'
10
11
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
12
ext."signing.password" = credentials."signing.password"
0 commit comments