]> source.dussan.org Git - gitblit.git/commitdiff
Update Moxie to version 0.10.0
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 3 Apr 2023 21:06:13 +0000 (23:06 +0200)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Mon, 3 Apr 2023 21:20:14 +0000 (23:20 +0200)
This provides changes and new commands used for release.

.github/workflows/ci-build.yml
build.moxie
build.xml

index 97defdbe69eb68c9b40c415303dd33d0f8f5ad62..138359d35ee7f6beaa9059d1d329be161bfba1fd 100644 (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:
index 1acf5728489c92d3933551035d7c6c12f784f46a..31dba4a71d3f0054e9afb322db54ea3a74b55263 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 # Specify minimum Moxie version required to build
-requires: 0.9.4
+requires: 0.10.0
 
 # Project Metadata
 name: Gitblit
index 0b0982a8c1455af3fcba18616a4c704995c42041..d6c3b01ff9a4ed04e809a02faabcf471fefae3e2 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
                documentation @ http://gitblit-org.github.io/moxie\r
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
        -->\r
-       <property name="moxie.version" value="0.9.4" />\r
+       <property name="moxie.version" value="0.10.0" />\r
        <property name="moxie.url" value="http://gitblit-org.github.io/moxie/maven" />\r
        <property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />\r
        <property name="moxie.dir" value="${user.home}/.moxie" />\r