Skip to content

Commit c4f2dd0

Browse files
committed
Update Moxie to version 0.10.0
This provides changes and new commands used for release.
1 parent 4db2851 commit c4f2dd0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ jobs:
3232

3333
- name: Setup Moxie
3434
run: |
35-
wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.9.4/moxie+ant-0.9.4.tar.gz
36-
tar -xzf moxie+ant-0.9.4.tar.gz
37-
moxie-0.9.4/bin/moxie -version
35+
wget http://gitblit-org.github.io/moxie/maven/com/gitblit/moxie/moxie+ant/0.10.0/moxie+ant-0.10.0.tar.gz
36+
tar -xzf moxie+ant-0.10.0.tar.gz
37+
moxie-0.10.0/bin/moxie -version
3838
3939
- name: Report Java version
4040
run: |
4141
java -version
4242
javac -version
4343
4444
- name: Build with Moxie
45-
run: moxie-0.9.4/bin/moxie test
45+
run: moxie-0.10.0/bin/moxie test
4646

4747

4848
build_windows:

build.moxie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# Specify minimum Moxie version required to build
6-
requires: 0.9.4
6+
requires: 0.10.0
77

88
# Project Metadata
99
name: Gitblit

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
documentation @ http://gitblit-org.github.io/moxie
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010
-->
11-
<property name="moxie.version" value="0.9.4" />
11+
<property name="moxie.version" value="0.10.0" />
1212
<property name="moxie.url" value="http://gitblit-org.github.io/moxie/maven" />
1313
<property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
1414
<property name="moxie.dir" value="${user.home}/.moxie" />

0 commit comments

Comments
 (0)