]> source.dussan.org Git - iciql.git/commitdiff
Fixup release template
authorJames Moger <james.moger@gitblit.com>
Mon, 11 May 2015 18:26:34 +0000 (14:26 -0400)
committerJames Moger <james.moger@gitblit.com>
Mon, 11 May 2015 19:00:25 +0000 (15:00 -0400)
build.moxie
build.xml
release.template

index 7b75be9b0768a5eba55ab671eaec20e9cd1414d2..aeba40b1212674c9bf74648bb7c3ad6c8dfd537c 100644 (file)
@@ -10,7 +10,7 @@ name: Iciql
 description: 'a model-based database access wrapper for JDBC'
 groupId: com.iciql
 artifactId: iciql
-version: 1.7.0-SNAPSHOT
+version: 1.6.1-SNAPSHOT
 packaging: jar+zip
 inceptionYear: 2011
 
index 008f31aa5f07643d12e8e17a91422de853f7919c..e656b02ac8daeb4086568cbaf78c499aaf5dbbf7 100644 (file)
--- a/build.xml
+++ b/build.xml
                Build the iciql website
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        -->
-       <target name="buildSite" depends="build" description="Build the iciql website">
+       <target name="buildSite" description="Build the iciql website">
                <!-- ensure we have performance data -->
                <mx:if>
                        <not>
index 4195e444e1a58de1dfcf23db4deb0f3199492e67..00296c2db1b633eba0b7ccc46f67134007d5e37c 100644 (file)
@@ -69,21 +69,13 @@ echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 echo ""
 git checkout ${project.commitId}
 
-# upload artifacts
-echo ""
-echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
-echo "Uploading ${project.version} artifacts"
-echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
-echo ""
-ant uploadArtifacts
-
 # build site, update gh-pages, and ftp upload site to hosting provider
 echo ""
 echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 echo "Building ${project.version} website"
 echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
 echo ""
-ant publishSite
+ant testsuite publishSite
 
 # return to project master
 echo ""