Skip to content

Commit

Permalink
use new continuum parent
Browse files Browse the repository at this point in the history
change groupId to org.apache.continuum (continuun is now TLP :-) )



git-svn-id: https://svn.apache.org/repos/asf/continuum/branches/continuum-1.x@633704 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
olamy committed Mar 4, 2008
1 parent 21e9989 commit dafc0c4
Show file tree
Hide file tree
Showing 37 changed files with 190 additions and 248 deletions.
25 changes: 22 additions & 3 deletions continuum-api/pom.xml
@@ -1,7 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE 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">
<parent>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -13,7 +32,7 @@
<artifactId>plexus-formica</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-model</artifactId>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions continuum-commons/pom.xml
Expand Up @@ -20,19 +20,19 @@
<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>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>continuum-commons</artifactId>
<name>Continuum Commons</name>
<dependencies>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-store</artifactId>
</dependency>
<!-- === Testing Dependencies === -->
Expand All @@ -42,7 +42,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions continuum-configuration/pom.xml
Expand Up @@ -20,8 +20,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">
<parent>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
12 changes: 6 additions & 6 deletions continuum-core-it/pom.xml
Expand Up @@ -19,8 +19,8 @@

<project>
<parent>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -48,24 +48,24 @@
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-xmlrpc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-plexus-application</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-webapp</artifactId>
<type>pom</type>
<version>${pom.version}</version>
Expand Down
24 changes: 12 additions & 12 deletions continuum-core/pom.xml
@@ -1,7 +1,7 @@
<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">
<parent>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -29,11 +29,11 @@
<artifactId>maven-settings</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-notifier-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-reports</artifactId>
</dependency>
<dependency>
Expand All @@ -53,11 +53,11 @@
<artifactId>plexus-velocity</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-commons</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -107,7 +107,7 @@
<artifactId>jpox</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-store</artifactId>
</dependency>
<dependency>
Expand All @@ -120,11 +120,11 @@
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-release</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-security</artifactId>
</dependency>
<dependency>
Expand All @@ -138,17 +138,17 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-security</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-configuration</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion continuum-data-management/continuum-legacy/pom.xml
@@ -1,7 +1,7 @@
<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">
<parent>
<artifactId>continuum-data-management</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion continuum-data-management/data-management-api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<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">
<parent>
<artifactId>continuum-data-management</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 5 additions & 5 deletions continuum-data-management/data-management-cli/pom.xml
Expand Up @@ -21,7 +21,7 @@
<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">
<parent>
<artifactId>continuum-data-management</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -33,17 +33,17 @@
<artifactId>maven-project</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>data-management-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>data-management-jdo</artifactId>
<!-- Ensures correct build order -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>data-management-redback-jdo</artifactId>
<!-- Ensures correct build order -->
<scope>provided</scope>
Expand Down Expand Up @@ -110,7 +110,7 @@
<descriptor>src/assembly/app.xml</descriptor>
<archive>
<manifest>
<mainClass>org.apache.maven.continuum.management.DataManagementCli</mainClass>
<mainClass>org.apache.continuum.management.DataManagementCli</mainClass>
</manifest>
</archive>
</configuration>
Expand Down
14 changes: 7 additions & 7 deletions continuum-data-management/data-management-jdo/pom.xml
Expand Up @@ -21,40 +21,40 @@
<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">
<parent>
<artifactId>continuum-data-management</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>data-management-jdo</artifactId>
<name>Continuum :: Data Management :: JDO</name>
<dependencies>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>data-management-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-jdo2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-legacy</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-model</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-store</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum-store</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions continuum-data-management/data-management-redback-jdo/pom.xml
Expand Up @@ -21,23 +21,23 @@
<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">
<parent>
<artifactId>continuum-data-management</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>data-management-redback-jdo</artifactId>
<name>Continuum :: Data Management :: Redback JDO</name>
<dependencies>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>data-management-api</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-jdo2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<artifactId>redback-legacy</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions continuum-data-management/pom.xml
Expand Up @@ -25,8 +25,8 @@
<maven>2.0.6</maven>
</prerequisites>
<parent>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion continuum-data-management/redback-legacy/pom.xml
@@ -1,7 +1,7 @@
<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">
<parent>
<artifactId>continuum-data-management</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions continuum-docs/pom.xml
Expand Up @@ -20,12 +20,12 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.continuum</groupId>
<artifactId>continuum</artifactId>
<version>1.2-SNAPSHOT</version>
</parent>
<artifactId>continuum-docs</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<name>Continuum</name>
<packaging>pom</packaging>
<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions continuum-model/pom.xml
@@ -1,7 +1,7 @@
<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">
<parent>
<artifactId>continuum-parent</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<artifactId>continuum</artifactId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion continuum-notifiers/continuum-notifier-api/pom.xml
@@ -1,7 +1,7 @@
<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">
<parent>
<artifactId>continuum-notifiers</artifactId>
<groupId>org.apache.maven.continuum</groupId>
<groupId>org.apache.continuum</groupId>
<version>1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit dafc0c4

Please sign in to comment.