Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed May 30, 2019
1 parent 0f7c664 commit 3586977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Get decimal-java from Maven:
<dependency>
<groupId>org.firebirdsql</groupId>
<artifactId>decimal-java</artifactId>
<version>1.0.0-RC-1</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.firebirdsql'
version '1.0.0-SNAPSHOT'
version '1.0.0'

ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
ext."signing.password" = credentials."signing.password"
Expand Down

0 comments on commit 3586977

Please sign in to comment.