Author: magicaltrout
Date: Fri Sep 27 11:55:55 2019
New Revision: 36088
Log:
pom for 1.9
Added:
dev/oodt/oodt-1.9.pom
dev/oodt/oodt-1.9.pom.asc
Added: dev/oodt/oodt-1.9.pom
==============================================================================
--- dev/oodt/oodt-1.9.pom (added)
+++ dev/oodt/oodt-1.9.pom Fri Sep 27 11:55:55 2019
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more contributor
+license agreements. See the NOTICE.txt file distributed with this work for
+additional information regarding copyright ownership. The ASF licenses this
+file to you under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations under
+the License.
+-->
+<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>org.apache.oodt</groupId>
+ <artifactId>oodt-core</artifactId>
+ <version>1.9</version>
+ <relativePath>core/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>oodt</artifactId>
+ <packaging>pom</packaging>
+ <name>Apache OODT</name>
+ <description>Apache OODT is middleware for metadata.</description>
+
+ <modules>
+ <module>core</module>
+ <module>commons</module>
+ <module>cli</module>
+ <module>config</module>
+ <module>pcs/input</module>
+ <module>metadata</module>
+ <module>filemgr</module>
+ <module>workflow</module>
+ <module>crawler</module>
+ <module>resource</module>
+ <module>curator/sso</module>
+ <module>curator/services</module>
+ <module>curator/webapp</module>
+ <module>pge</module>
+ <module>mvn/plugins/cas-install</module>
+ <module>mvn/archetypes</module>
+ <module>webapp/components</module>
+ <module>webapp/fmbrowser</module>
+ <module>webapp/wmonitor</module>
+ <module>webapp/fmprod</module>
+ <module>webapp/wmservices</module>
+ <module>pcs/core</module>
+ <module>pcs/opsui</module>
+ <module>pcs/services</module>
+ </modules>
+
+ <scm>
+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</connection>
+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/oodt.git</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/trunk</url>
+ <tag>1.9</tag>
+ </scm>
+ <profiles>
+ <profile>
+ <id>audit</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>rat-maven-plugin</artifactId>
+ <configuration>
+ <numUnapprovedLicenses>11</numUnapprovedLicenses>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <phase>verify</phase>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
Added: dev/oodt/oodt-1.9.pom.asc
==============================================================================
--- dev/oodt/oodt-1.9.pom.asc (added)
+++ dev/oodt/oodt-1.9.pom.asc Fri Sep 27 11:55:55 2019
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCgAGBQJdjSv5AAoJEKxXeDqzA1XKPccIAKtwIwUpewBcqfDvhbdmMp8u
+dR/NdG9sUdrLTyaIWs9XU7Bm1d+/UmwZliRTVPJGHOkC8yot9tBz012axVoFFv/l
+M+BLhPta6NPVZqlM3XLgvl1VPu+jYiOV/dfBcTo34N5C6+8rXCNKyHtKM9i9XRaA
+knPnNJK9CcEJJcZXYW4ujwv0MtY7clNP+IpFRG72G9gblzgtqkRk6CNMuaIVenC0
+zwjk7P5+Y6qw//kCc50MPF/WSnAKSbKDrWfoNpX6/SrxUfqdrJ0dmD0rsrR0RFQl
+6bfx05PkVl7qwXIsqfPT1AVyaXU2JoJda2KIELa7a1KadNrdQrXg5kOi/7EwWTA=
+=tle+
+-----END PGP SIGNATURE-----