[java-idp-plugin-metadatagen] 01/05: Fix indentation
Rod Widdowson
rdw at steadingsoftware.com
Fri Jan 28 15:50:06 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-metadatagen.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=f90be175f26285292cc75ed1109480d23a5af5cb
commit f90be175f26285292cc75ed1109480d23a5af5cb
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jan 28 14:35:57 2022 +0000
Fix indentation
---
pom.xml | 206 ++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 103 insertions(+), 103 deletions(-)
diff --git a/pom.xml b/pom.xml
index ca1c1f1..3590164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,110 +1,110 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>net.shibboleth</groupId>
- <artifactId>parent</artifactId>
- <version>11.2.0</version>
- </parent>
- <groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
- <artifactId>idp-plugin-metadatagen-parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- <name>Shibboleth IdP :: Plugins :: metadatagen</name>
- <packaging>pom</packaging>
- <description>metadatagen plugin for the Shibboleth IdP.</description>
- <properties>
- <idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.1.0</idp.version>
- <opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.1.0</opensaml.version>
- <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
- </properties>
- <distributionManagement>
- <site>
- <id>site</id>
- <url>dav:${shibboleth.site.url}java-idp-plugin-metadatagen/${project.version}/</url>
- </site>
- </distributionManagement>
- <repositories>
- <repository>
- <id>shib-release</id>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>shib-snapshot</id>
- <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
- <scm>
- <connection>scm:git:https://git.shibboleth.net/git/java-${project.artifactId}</connection>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>parent</artifactId>
+ <version>11.2.0</version>
+ </parent>
+ <groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
+ <artifactId>idp-plugin-metadatagen-parent</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <name>Shibboleth IdP :: Plugins :: metadatagen</name>
+ <packaging>pom</packaging>
+ <description>metadatagen plugin for the Shibboleth IdP.</description>
+ <properties>
+ <idp.groupId>net.shibboleth.idp</idp.groupId>
+ <idp.version>4.1.0</idp.version>
+ <opensaml.groupId>org.opensaml</opensaml.groupId>
+ <opensaml.version>4.1.0</opensaml.version>
+ <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
+ </properties>
+ <distributionManagement>
+ <site>
+ <id>site</id>
+ <url>dav:${shibboleth.site.url}java-idp-plugin-metadatagen/${project.version}/</url>
+ </site>
+ </distributionManagement>
+ <repositories>
+ <repository>
+ <id>shib-release</id>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ <scm>
+ <connection>scm:git:https://git.shibboleth.net/git/java-${project.artifactId}</connection>
<developerConnection>scm:git:git at git.shibboleth.net:java-${project.artifactId}</developerConnection>
<url>https://git.shibboleth.net/view/?p=java-${project.artifactId}.git</url>
- </scm>
- <dependencies>
- <!-- Project wide test Dependencies -->
- <dependency>
- <groupId>org.testng</groupId>
- <artifactId>testng</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${slf4j.groupId}</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <dependencyManagement>
- <!-- metadatagen project dependencies -->
+ </scm>
<dependencies>
- <dependency>
- <groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
- <artifactId>idp-plugin-metadatagen-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
- <artifactId>idp-plugin-metadatagen-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
- <!-- Shibboleth IdP BOM for importing IdP dependencies -->
- <dependency>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-bom</artifactId>
- <version>${idp.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- Provided shibboleth support dependencies -->
- <dependency>
- <groupId>net.shibboleth.utilities</groupId>
- <artifactId>java-support</artifactId>
- <version>${java-support.version}</version>
- <scope>provided</scope>
- </dependency>
- <!-- Test bom dependencies -->
- <dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-tests-bom</artifactId>
- <version>${idp.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
+ <!-- Project wide test Dependencies -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
- </dependencyManagement>
- <modules>
- <module>metadatagen-impl</module>
- <module>metadatagen-api</module>
-<!-- All DIST modules must come after the -api and -impl modules -->
- <module>metadatagen-dist</module>
- </modules>
+ <dependencyManagement>
+ <!-- metadatagen project dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
+ <artifactId>idp-plugin-metadatagen-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.metadatagen</groupId>
+ <artifactId>idp-plugin-metadatagen-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <!-- Shibboleth IdP BOM for importing IdP dependencies -->
+ <dependency>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-bom</artifactId>
+ <version>${idp.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <!-- Provided shibboleth support dependencies -->
+ <dependency>
+ <groupId>net.shibboleth.utilities</groupId>
+ <artifactId>java-support</artifactId>
+ <version>${java-support.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <!-- Test bom dependencies -->
+ <dependency>
+ <groupId>${idp.groupId}</groupId>
+ <artifactId>idp-tests-bom</artifactId>
+ <version>${idp.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <modules>
+ <module>metadatagen-impl</module>
+ <module>metadatagen-api</module>
+ <!-- All DIST modules must come after the -api and -impl modules -->
+ <module>metadatagen-dist</module>
+ </modules>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list