From: Florian Zschocke Date: Mon, 3 Apr 2023 21:06:13 +0000 (+0200) Subject: Update Moxie to version 0.10.0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c4f2dd0a312d526680892974fae9b9c80a786c94;p=gitblit.git Update Moxie to version 0.10.0 This provides changes and new commands used for release. --- 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 diff --git a/build.xml b/build.xml index 0b0982a8..d6c3b01f 100644 --- a/build.xml +++ b/build.xml @@ -8,7 +8,7 @@ documentation @ http://gitblit-org.github.io/moxie ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> - +