Skip to content

Commit 4338342

Browse files
committed
Announce 1.2
* Work around bug with APK and duplicate files. * Upgrade to gradle 1.11, wrapper. * Remove pom.xml. Francis Galiegue (11): Announce 1.1 build.gradle: make gradle version explicit in wrapper task Use Spring's propdeps-plugins Modify license file placements to circumvent APK bug Update gradle version, wrapper Modify javadoc link to work around JDK 8's javadoc bug build.gradle: small cleanup Disable Spring's propdeps plugin for now Reenable test output... Update copyrights Remove pom.xml; can be generated from gradle if need be
1 parent 5a30ee9 commit 4338342

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
@@ -18,7 +18,7 @@ included in this README.
1818

1919
## Current version
2020

21-
The current version is **1.1**.
21+
The current version is **1.2**.
2222

2323
## Maven artifact
2424

project.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Project-specific settings. Unfortunately we cannot put the name in there!
2222
*/
2323
group = "com.github.fge";
24-
version = "1.2-SNAPSHOT";
24+
version = "1.3-SNAPSHOT";
2525
sourceCompatibility = "1.6";
2626
targetCompatibility = "1.6"; // defaults to sourceCompatibility
2727

0 commit comments

Comments
 (0)