Browse Source

Update Moxie to version 0.10.0

This provides changes and new commands used for release.
pull/1452/head
Florian Zschocke 1 year ago
parent
commit
c4f2dd0a31
3 changed files with 6 additions and 6 deletions
  1. 4
    4
      .github/workflows/ci-build.yml
  2. 1
    1
      build.moxie
  3. 1
    1
      build.xml

+ 4
- 4
.github/workflows/ci-build.yml View File

@@ -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:

+ 1
- 1
build.moxie View File

@@ -3,7 +3,7 @@
#

# Specify minimum Moxie version required to build
requires: 0.9.4
requires: 0.10.0

# Project Metadata
name: Gitblit

+ 1
- 1
build.xml View File

@@ -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" />

Loading…
Cancel
Save