[java-metadata-aggregator] 01/02: Remove outdated module template

Ian Young ian at iay.org.uk
Tue Dec 17 05:56:41 EST 2019


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

iay pushed a commit to branch master
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=09f45cce5476c832005ed138c31e422627ae9458

commit 09f45cce5476c832005ed138c31e422627ae9458
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 17 10:40:15 2019 +0000

    Remove outdated module template
---
 aggregator-parent/module-pom.xml.tmpl | 30 ------------------------------
 1 file changed, 30 deletions(-)

diff --git a/aggregator-parent/module-pom.xml.tmpl b/aggregator-parent/module-pom.xml.tmpl
deleted file mode 100644
index fe5c0e6..0000000
--- a/aggregator-parent/module-pom.xml.tmpl
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>net.shibboleth.idp</groupId>
-        <artifactId>idp-parent</artifactId>
-        <version>3.0-SNAPSHOT</version>
-        <relativePath>../idp-parent</relativePath>
-    </parent>
-
-    <name>MVN_ARTF_ID</name>
-    <artifactId>MVN_ARTF_ID</artifactId>
-    <packaging>jar</packaging>
-
-    <dependencies>
-        <!-- Compile Dependencies -->
-
-        <!-- Provided Dependencies -->
-
-        <!-- Runtime Dependencies -->
-
-        <!-- Test Dependencies -->
-
-        <!-- Managed Dependencies -->
-    </dependencies>
-    
-</project>
\ No newline at end of file

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


More information about the commits mailing list