[java-support] branch master updated: Revert parent project

Rod Widdowson rdw at steadingsoftware.com
Thu Mar 26 07:18:31 EDT 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=65b7d4d07c48a10662af678485c26d18588e8ca4

The following commit(s) were added to refs/heads/master by this push:
       new  65b7d4d   Revert parent project
65b7d4d is described below

commit 65b7d4d07c48a10662af678485c26d18588e8ca4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Mar 26 10:48:39 2020 +0000

    Revert parent project
    
    We don't need to rev it yet, so don't.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 15b94b8..32c6e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.0</version>
     </parent>
 
     <name>java-support</name>
@@ -152,7 +152,7 @@
         <dependency>
             <groupId>org.graalvm.sdk</groupId>
             <artifactId>graal-sdk</artifactId>
-            <version>${graalvm.version}</version>
+            <version>20.0.0</version>
             <scope>test</scope>
         </dependency>
 
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>org.graalvm.js</groupId>
             <artifactId>js</artifactId>
-            <version>${graalvm.version}</version>
+            <version>20.0.0</version>
             <scope>test</scope>
         </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list