From c4f2dd0a312d526680892974fae9b9c80a786c94 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Mon, 3 Apr 2023 23:06:13 +0200 Subject: [PATCH] Update Moxie to version 0.10.0 This provides changes and new commands used for release. --- .github/workflows/ci-build.yml | 8 ++++---- build.moxie | 2 +- 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 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> - + -- 2.39.5