diff options
author | Mehdi Houshmand <mehdi@apache.org> | 2012-09-24 12:34:03 +0000 |
---|---|---|
committer | Mehdi Houshmand <mehdi@apache.org> | 2012-09-24 12:34:03 +0000 |
commit | a2c6b8feeedced2f43310fb9f843e5184be90b35 (patch) | |
tree | bc35216719d05f30e45dd76a4d700db06dce4c05 | |
parent | 03d87935e8c486ec6099a9c34e9fec09731d892c (diff) | |
download | xmlgraphics-fop-a2c6b8feeedced2f43310fb9f843e5184be90b35.tar.gz xmlgraphics-fop-a2c6b8feeedced2f43310fb9f843e5184be90b35.zip |
Changed the version name
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Gradle_Build@1389335 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 1ed3b820e..aa7943c96 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ apply plugin: 'java' project.ext { name = 'Apache FOP' year = '1999-2009' - // TODO: CHANGE THIS FOR APACHE VERSION!!!!!! - version = 'fop-th' + // Not sure exactly what to put here, but since 1.1rc1 is out... + version = '1.2-SNAPSHOT' sourceDir = 'src/java' sourceSandboxClassesDir = "src/sandbox/" sourceCodegenDir = "src/codegen" |