diff options
author | James Moger <james.moger@gitblit.com> | 2015-05-11 14:26:34 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-05-11 15:00:25 -0400 |
commit | 5544de49ace3313f9f6c77b0d7070ef1f6d81231 (patch) | |
tree | a81cd3c391f2a0a79839ef4b76aac5e579062ebd | |
parent | c552a21b4d7940dcad50cf0892cd2ab3aabf9074 (diff) | |
download | iciql-5544de49ace3313f9f6c77b0d7070ef1f6d81231.tar.gz iciql-5544de49ace3313f9f6c77b0d7070ef1f6d81231.zip |
Fixup release template
-rw-r--r-- | build.moxie | 2 | ||||
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | release.template | 10 |
3 files changed, 3 insertions, 11 deletions
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 @@ -101,7 +101,7 @@ 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> 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 "" |