From: James Moger Date: Mon, 11 May 2015 18:26:34 +0000 (-0400) Subject: Fixup release template X-Git-Tag: v1.6.1~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5544de49ace3313f9f6c77b0d7070ef1f6d81231;p=iciql.git Fixup release template --- diff --git a/build.moxie b/build.moxie index 7b75be9..aeba40b 100644 --- a/build.moxie +++ b/build.moxie @@ -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 diff --git a/build.xml b/build.xml index 008f31a..e656b02 100644 --- a/build.xml +++ b/build.xml @@ -101,7 +101,7 @@ Build the iciql website ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> - + diff --git a/release.template b/release.template index 4195e44..00296c2 100644 --- a/release.template +++ b/release.template @@ -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 ""