[idwsfconsumer] branch master updated: IDP-1471 - Freshen idwsfconsumer library
Scott Cantor
cantor.2 at osu.edu
Fri Jun 21 11:34:28 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository idwsfconsumer.
View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=f5d391349a0bfdfdc412f944a26c7135eef401df
The following commit(s) were added to refs/heads/master by this push:
new f5d3913 IDP-1471 - Freshen idwsfconsumer library
f5d3913 is described below
commit f5d391349a0bfdfdc412f944a26c7135eef401df
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 21 11:34:26 2019 -0400
IDP-1471 - Freshen idwsfconsumer library
https://issues.shibboleth.net/jira/browse/IDP-1471
Move POM to 2.0.0-SNAPSHOT with appropriate bumps.
---
.classpath | 4 +++-
.project | 23 +++++++++++++++++------
pom.xml | 13 +++++++++----
3 files changed, 29 insertions(+), 11 deletions(-)
diff --git a/.classpath b/.classpath
index e43402f..0fb79cf 100644
--- a/.classpath
+++ b/.classpath
@@ -15,14 +15,16 @@
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
+ <attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
+ <attribute name="test" value="true"/>
</attributes>
</classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
diff --git a/.project b/.project
index 938ba5f..634eb8c 100644
--- a/.project
+++ b/.project
@@ -10,14 +10,25 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.m2e.core.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.m2e.core.maven2Builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.springframework.ide.eclipse.core.springbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.springframework.ide.eclipse.core.springnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
+ <nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
diff --git a/pom.xml b/pom.xml
index d7ec95c..e843106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,18 +6,18 @@
<parent>
<groupId>net.shibboleth</groupId>
- <artifactId>parent-v3</artifactId>
- <version>9</version>
+ <artifactId>parent</artifactId>
+ <version>11.0.0-SNAPSHOT</version>
</parent>
<name>ID-WSF WSC</name>
<groupId>net.shibboleth.liberty</groupId>
<artifactId>idwsfconsumer</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
- <opensaml.version>3.2.1-SNAPSHOT</opensaml.version>
+ <opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
</properties>
<repositories>
@@ -53,6 +53,11 @@
</dependency>
<dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.4</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list