diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-04-03 23:06:13 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-04-03 23:20:14 +0200 |
commit | c4f2dd0a312d526680892974fae9b9c80a786c94 (patch) | |
tree | af6c8dc07063ec1d205abae89f8c9b41b37eb0da | |
parent | 4db28517ba91f9ada063bf050748e22051b9caf5 (diff) | |
download | gitblit-c4f2dd0a312d526680892974fae9b9c80a786c94.tar.gz gitblit-c4f2dd0a312d526680892974fae9b9c80a786c94.zip |
Update Moxie to version 0.10.0
This provides changes and new commands used for release.
-rw-r--r-- | .github/workflows/ci-build.yml | 8 | ||||
-rw-r--r-- | build.moxie | 2 | ||||
-rw-r--r-- | build.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 97defdbe..138359d3 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -32,9 +32,9 @@ jobs: - name: Setup Moxie run: | - wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.9.4/moxie+ant-0.9.4.tar.gz - tar -xzf moxie+ant-0.9.4.tar.gz - moxie-0.9.4/bin/moxie -version + wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.10.0/moxie+ant-0.10.0.tar.gz + tar -xzf moxie+ant-0.10.0.tar.gz + moxie-0.10.0/bin/moxie -version - name: Report Java version run: | @@ -42,7 +42,7 @@ jobs: javac -version - name: Build with Moxie - run: moxie-0.9.4/bin/moxie test + run: moxie-0.10.0/bin/moxie test build_windows: diff --git a/build.moxie b/build.moxie index 1acf5728..31dba4a7 100644 --- a/build.moxie +++ b/build.moxie @@ -3,7 +3,7 @@ # # Specify minimum Moxie version required to build -requires: 0.9.4 +requires: 0.10.0 # Project Metadata name: Gitblit @@ -8,7 +8,7 @@ documentation @ http://gitblit-org.github.io/moxie
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <property name="moxie.version" value="0.9.4" />
+ <property name="moxie.version" value="0.10.0" />
<property name="moxie.url" value="http://gitblit-org.github.io/moxie/maven" />
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
<property name="moxie.dir" value="${user.home}/.moxie" />
|