[java-idp-oidc] branch master updated: Added scm-configuration.
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Feb 5 08:51:58 EST 2020
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=185bbe95024db8d9d592a83868834bd45ad171fa
The following commit(s) were added to refs/heads/master by this push:
new 185bbe9 Added scm-configuration.
185bbe9 is described below
commit 185bbe95024db8d9d592a83868834bd45ad171fa
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Feb 5 15:51:49 2020 +0200
Added scm-configuration.
---
idp-oidc-extension-api/pom.xml | 7 +++++++
idp-oidc-extension-distribution/pom.xml | 7 +++++++
idp-oidc-extension-impl/pom.xml | 7 +++++++
pom.xml | 7 +++++++
4 files changed, 28 insertions(+)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index 1ed589c..b189e4d 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -88,4 +88,11 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <scm>
+ <connection>${shibboleth.scm.connection}java-idp-oidc</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}java-idp-oidc</developerConnection>
+ <url>${shibboleth.scm.url}java-idp-oidc.git</url>
+ </scm>
+
</project>
diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 5c208f8..d13815c 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -38,5 +38,12 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <connection>${shibboleth.scm.connection}java-idp-oidc</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}java-idp-oidc</developerConnection>
+ <url>${shibboleth.scm.url}java-idp-oidc.git</url>
+ </scm>
+
</project>
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 7d96f26..7ac3058 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -257,4 +257,11 @@
</plugin>
</plugins>
</build>
+
+ <scm>
+ <connection>${shibboleth.scm.connection}java-idp-oidc</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}java-idp-oidc</developerConnection>
+ <url>${shibboleth.scm.url}java-idp-oidc.git</url>
+ </scm>
+
</project>
diff --git a/pom.xml b/pom.xml
index fb90552..ced0954 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,4 +165,11 @@
</dependency>
</dependencies>
</dependencyManagement>
+
+ <scm>
+ <connection>${shibboleth.scm.connection}java-idp-oidc</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}java-idp-oidc</developerConnection>
+ <url>${shibboleth.scm.url}java-idp-oidc.git</url>
+ </scm>
+
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list