Skip to content

Commit

Permalink
Prepare for release 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Sep 30, 2017
1 parent 3bb7d6d commit af107ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
### version 3.0.2 (TDR)

### version 3.0.1 (September 30th 2017)

* fix issue 18: https://github.com/stephanenicolas/ormlite-android-gradle-plugin/issues/18
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Expand Up @@ -8,7 +8,7 @@ Releasing
5. `./gradlew --no-build-cache clean uploadArchives`
6. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact.
7. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
8. Update the `gradle.properties` to the next SNAPSHOT version.
8. Update TWICE the `gradle.properties` to the next SNAPSHOT version.
9. `git commit -am "Prepare next development version."`
10. `git push && git push --tags`

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,6 +1,6 @@
version=3.0.1-SNAPSHOT
version=3.0.1
GROUP=com.github.stephanenicolas.ormgap
VERSION_NAME=3.0.1-SNAPSHOT
VERSION_NAME=3.0.1

POM_PACKAGING=JAR
POM_DESCRIPTION=A Gradle plugin for Android to generate an ORMLite configuration file and boost DAOs creations.
Expand Down

0 comments on commit af107ba

Please sign in to comment.