]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Changed the version name
authorMehdi Houshmand <mehdi@apache.org>
Mon, 24 Sep 2012 12:34:03 +0000 (12:34 +0000)
committerMehdi Houshmand <mehdi@apache.org>
Mon, 24 Sep 2012 12:34:03 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Gradle_Build@1389335 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 1ed3b820e662359f4b19891bc124d3d754a743ec..aa7943c968b9aae607477ce47376d7b85912cf70 100644 (file)
@@ -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"