[java-plugin-storage-jdbc] 01/03: Reindent and untabify poms
Rod Widdowson
rdw at steadingsoftware.com
Wed Jun 1 10:34:35 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-plugin-storage-jdbc.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=d64b4adb5ee1330f3fc03e0a05997822a75fa7c3
commit d64b4adb5ee1330f3fc03e0a05997822a75fa7c3
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon May 30 19:14:57 2022 +0100
Reindent and untabify poms
---
jdbc-storage-api/pom.xml | 2 -
jdbc-storage-dist/pom.xml | 2 +-
pom.xml | 244 +++++++++++++++++++++++-----------------------
3 files changed, 123 insertions(+), 125 deletions(-)
diff --git a/jdbc-storage-api/pom.xml b/jdbc-storage-api/pom.xml
index 539cabf..3824f7e 100644
--- a/jdbc-storage-api/pom.xml
+++ b/jdbc-storage-api/pom.xml
@@ -54,6 +54,4 @@
</plugin>
</plugins>
</build>
-
-
</project>
diff --git a/jdbc-storage-dist/pom.xml b/jdbc-storage-dist/pom.xml
index 5680b09..8865896 100644
--- a/jdbc-storage-dist/pom.xml
+++ b/jdbc-storage-dist/pom.xml
@@ -1,5 +1,5 @@
<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">
+ 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>
diff --git a/pom.xml b/pom.xml
index 82287be..160a1d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,127 +1,127 @@
<?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.3.2</version>
- </parent>
- <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
- <artifactId>jdbc-storage-parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>Shibboleth :: Plugins :: jdbc-storage</name>
- <packaging>pom</packaging>
- <description>jdbc-storage plugin for the Shibboleth Projects.</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>scp:${shibboleth.site.deploy.url}java-idp-plugin-jdbc-storage/${project.version}/</url>
- </site>
- </distributionManagement>
- <scm>
- <connection>${shibboleth.scm.connection}java-idp-plugin-jdbc-storage</connection>
- <developerConnection>${shibboleth.scm.developerConnection}java-idp-plugin-jdbc-storage</developerConnection>
- <url>${shibboleth.scm.url}java-idp-plugin-jdbc-storage.git</url>
- </scm>
- <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>
- <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>
- <!-- jdbc-storage project dependencies -->
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.shibboleth</groupId>
+ <artifactId>parent</artifactId>
+ <version>11.3.2</version>
+ </parent>
+ <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
+ <artifactId>jdbc-storage-parent</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ <name>Shibboleth :: Plugins :: jdbc-storage</name>
+ <packaging>pom</packaging>
+ <description>jdbc-storage plugin for the Shibboleth Projects.</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>scp:${shibboleth.site.deploy.url}java-idp-plugin-jdbc-storage/${project.version}/</url>
+ </site>
+ </distributionManagement>
+ <scm>
+ <connection>${shibboleth.scm.connection}java-idp-plugin-jdbc-storage</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}java-idp-plugin-jdbc-storage</developerConnection>
+ <url>${shibboleth.scm.url}java-idp-plugin-jdbc-storage.git</url>
+ </scm>
+ <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>
<dependencies>
- <dependency>
- <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
- <artifactId>jdbc-storage-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
- <artifactId>jdbc-storage-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>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <index>true</index>
- <manifestEntries>
- <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
- <Sealed>true</Sealed>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <modules>
- <module>jdbc-storage-impl</module>
- <module>jdbc-storage-api</module>
-<!-- All DIST modules must come after the -api and -impl modules -->
- <module>jdbc-storage-dist</module>
- </modules>
+ <dependencyManagement>
+ <!-- jdbc-storage project dependencies -->
+ <dependencies>
+ <dependency>
+ <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
+ <artifactId>jdbc-storage-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.plugin.storage.jdbc</groupId>
+ <artifactId>jdbc-storage-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>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <index>true</index>
+ <manifestEntries>
+ <Automatic-Module-Name>${automatic.module.name}</Automatic-Module-Name>
+ <Sealed>true</Sealed>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <modules>
+ <module>jdbc-storage-impl</module>
+ <module>jdbc-storage-api</module>
+ <!-- All DIST modules must come after the -api and -impl modules -->
+ <module>jdbc-storage-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