Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar Sane committed Aug 20, 2016
1 parent 8bac4b3 commit b9c5404
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[ ![Download](https://api.bintray.com/packages/twcable/aem/Grabbit/images/download.svg) ](https://bintray.com/twcable/aem/Grabbit/_latestVersion)

## 7.0.0

* Refactor JcrNodesProcessor to use JcrPropertyDecorator
* Provide Root ResourceProvider for Grabbit
* Upgrade joda-time dependency to 2.7 and update MANIFEST.MF to accept [2,3) for AEM 6.1 & AEM 6.2 compatibility
* Added Content-Type header in curl request in grabbit.sh for it to work in AEM 6.2
* Transfer current property's state whether it's multiple or not from Server to Client

## 6.0.0

* Upgrade to protoc 2.6.1 and clean up of messaging structure
Expand Down
4 changes: 2 additions & 2 deletions docs/RELEASING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

. Update the `version` property in link:../gradle.properties[`gradle.properties`]. We follow http://semver.org/spec/v2.0.0.html[Semantic Versioning 2.0.0], so increment accordingly

. Update link:../RELEASE_NOTES.md[RELEASE_NOTES.md] with what has changed. Assuming the commit messages have been written well, it will generally be the subject lines of the commits since the last release, but edit (including adding) as appropriate for a human to easily understand what has changed
. Update link:./RELEASE_NOTES.md[RELEASE_NOTES.md] with what has changed. Assuming the commit messages have been written well, it will generally be the subject lines of the commits since the last release, but edit (including adding) as appropriate for a human to easily understand what has changed

=== Create A Clean Build

Expand All @@ -17,7 +17,7 @@ $ ./gradlew clean check integrationTestReport createPackage

[source,bash]
--
$ git add gradle.properties RELEASE_NOTES.md
$ git add gradle.properties docs/RELEASE_NOTES.md
$ git commit -m v9.9.9 # "v" followed by the version number
$ git tag v9.9.9
$ git push origin HEAD:master
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ org.gradle.jvmargs=-XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -XX:+CMSPe
bundleInstallRoot = /apps/grabbit/install

group = com.twcable.grabbit
version = 6.0.0
version = 7.0.0

# Please keep alphabetical
cglib_nodep_version = 2.2.2
Expand Down

0 comments on commit b9c5404

Please sign in to comment.