Skip to content

Commit 3586977

Browse files
committed
Prepare 1.0.0 release
1 parent 0f7c664 commit 3586977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get decimal-java from Maven:
1616
<dependency>
1717
<groupId>org.firebirdsql</groupId>
1818
<artifactId>decimal-java</artifactId>
19-
<version>1.0.0-RC-1</version>
19+
<version>1.0.0</version>
2020
</dependency>
2121
```
2222

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'org.firebirdsql'
9-
version '1.0.0-SNAPSHOT'
9+
version '1.0.0'
1010

1111
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1212
ext."signing.password" = credentials."signing.password"

0 commit comments

Comments
 (0)