Skip to content

Commit

Permalink
Update to Moxie 0.8.1 and include gbapi in Maven repository on RELEAS…
Browse files Browse the repository at this point in the history
…E build
  • Loading branch information
gitblit committed Aug 9, 2013
1 parent bba300e commit 3928544
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.xml
Expand Up @@ -8,7 +8,7 @@
documentation @ http://gitblit.github.io/moxie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<property name="moxie.version" value="0.8.0" />
<property name="moxie.version" value="0.8.1" />
<property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />
Expand Down Expand Up @@ -558,9 +558,6 @@
<delete>
<fileset dir="${project.targetDirectory}">
<include name="javadoc/**" />
<include name="gbapi-${project.version}.jar" />
<include name="gbapi-${project.version}-sources.jar" />
<include name="gbapi-${project.version}-javadoc.jar" />
</fileset>
</delete>
</target>
Expand Down Expand Up @@ -711,9 +708,12 @@
Package and deploy RELEASE artifacts to the Maven repository
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
<target name="buildMavenArtifacts" depends="prepare">
<mx:package />
<target name="buildMavenArtifacts" depends="buildApiLibrary">
<mx:package />
<mx:deploy basedir="${maven.directory}" allowsnapshots="false" />
<mx:deploy basedir="${maven.directory}" allowsnapshots="false"
name="Gitblit API" description="Gitblit JSON/RSS API client library"
tags="api" artifactid="gbapi" />
</target>


Expand Down

0 comments on commit 3928544

Please sign in to comment.