You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/03/14 18:24:49 UTC

[isis] branch ISIS-2975 updated: ISIS-2975: experiments (7)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-2975
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2975 by this push:
     new 3a401a3  ISIS-2975: experiments (7)
3a401a3 is described below

commit 3a401a3e0ed4eda9ec6c2ce393d3a51799e0880c
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Mar 14 18:23:48 2022 +0000

    ISIS-2975: experiments (7)
---
 .github/workflows/ci-build-artifacts-push-maven.yml | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/ci-build-artifacts-push-maven.yml b/.github/workflows/ci-build-artifacts-push-maven.yml
index 8ee54f9..e6dac3b 100644
--- a/.github/workflows/ci-build-artifacts-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-push-maven.yml
@@ -36,16 +36,19 @@ jobs:
         distribution: 'zulu'
         java-version: 11
 
-    - name: Install jq
-      run: sudo apt-get install jq -y
+    - name: Print Maven Version
+      run: mvn --version
 
-    - name: Find latest version from search.maven.org
-      id: version
-      with:
-        cmd: 'curl -k "https://search.maven.org/solrsearch/select?q=g:org.apache.isis.core+AND+a:isis-applib&rows=1&wt=json" | jq -r ".response.docs[0].latestVersion" '
-
-    - name: Show my version
-      run: 'echo "version ${{ steps.version.outputs.value }}"'
+#    - name: Install jq
+#      run: sudo apt-get install jq -y
+#
+#    - name: Find latest version from search.maven.org
+#      id: version
+#      with:
+#        cmd: 'curl -k "https://search.maven.org/solrsearch/select?q=g:org.apache.isis.core+AND+a:isis-applib&rows=1&wt=json" | jq -r ".response.docs[0].latestVersion" '
+#
+#    - name: Show my version
+#      run: 'echo "version ${{ steps.version.outputs.value }}"'
 
 #
 #    - name: Print Maven Version