Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdigger committed Aug 5, 2015
1 parent 3297aed commit 75d2ba9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# RELEASE NOTES

## 3.0.0

* Added "excludePath" feature ( GH-23 )
* Added "Delete before write" functionality ( GH-20 )
* Fixed issue with not writing mandatory child nodes with their parent ( GH-34 )
* A number of smaller bug fixes and refactoring

## 2.0.1

* Removed an unnecessary bundle dependency on SCR and downgraded guava to 15 to make AEM6 happy
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 = 2.0.1
version = 3.0.0

# Please keep alphabetical
cglib_nodep_version = 2.2.2
Expand Down

0 comments on commit 75d2ba9

Please sign in to comment.