Modified: incubator/tuscany/java/sdo/tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sdo/tools/pom.xml?view=diff&rev=442812&r1=442811&r2=442812 ============================================================================== --- incubator/tuscany/java/sdo/tools/pom.xml (original) +++ incubator/tuscany/java/sdo/tools/pom.xml Tue Sep 12 20:25:36 2006 @@ -1,24 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - * Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable. + * 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 * - * Licensed 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 * - * 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. - --> + * 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> <parent> <groupId>org.apache.tuscany.sdo</groupId> <artifactId>tuscany-sdo</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0-incubator-M2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>tuscany-sdo-tools</artifactId>
Modified: incubator/tuscany/java/spec/commonj/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/commonj/pom.xml?view=diff&rev=442812&r1=442811&r2=442812 ============================================================================== --- incubator/tuscany/java/spec/commonj/pom.xml (original) +++ incubator/tuscany/java/spec/commonj/pom.xml Tue Sep 12 20:25:36 2006 @@ -22,11 +22,11 @@ <parent> <groupId>org.apache.tuscany</groupId> <artifactId>parent</artifactId> - <version>1-SNAPSHOT</version> + <version>1-incubator-SNAPSHOT</version> </parent> <groupId>org.apache.tuscany</groupId> - <artifactId>commonj-api_${specVersion}</artifactId> - <version>1.0-SNAPSHOT</version> + <artifactId>commonj-api_r${specVersion}</artifactId> + <version>1.0-incubator-M2-SNAPSHOT</version> <packaging>osgi-bundle</packaging> <name>Commonj API for Timer and Work Manager</name> <description>Commonj API for Timer and Work Manager</description> @@ -35,12 +35,29 @@ <specVersion>1.1</specVersion> </properties> - <!-- needed to locate the parent POM --> + <!-- definition of repositories where the parent pom can be found --> <repositories> <repository> <id>apache.snapshots</id> - <name>Apache SNAPSHOT Repository</name> + <name>Apache Snapshot Repository</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>apache.incubator</id> + <name>Apache Incubator Repository</name> + <url>http://people.apache.org/repo/m2-incubating-repository/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> </repository> </repositories> Modified: incubator/tuscany/java/spec/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/pom.xml?view=diff&rev=442812&r1=442811&r2=442812 ============================================================================== --- incubator/tuscany/java/spec/pom.xml (original) +++ incubator/tuscany/java/spec/pom.xml Tue Sep 12 20:25:36 2006 @@ -23,7 +23,7 @@ <artifactId>spec</artifactId> <packaging>pom</packaging> <name>OSOA Specification API jars</name> - <version>1.0-SNAPSHOT</version> + <version>1.0-incubator-M2-SNAPSHOT</version> <modules> <module>sdo</module> Modified: incubator/tuscany/java/spec/sca/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/pom.xml?view=diff&rev=442812&r1=442811&r2=442812 ============================================================================== --- incubator/tuscany/java/spec/sca/pom.xml (original) +++ incubator/tuscany/java/spec/sca/pom.xml Tue Sep 12 20:25:36 2006 @@ -22,25 +22,42 @@ <parent> <groupId>org.apache.tuscany</groupId> <artifactId>parent</artifactId> - <version>1-SNAPSHOT</version> + <version>1-incubator-SNAPSHOT</version> </parent> <groupId>org.osoa</groupId> <artifactId>sca-api-r${specVersion}</artifactId> <name>SCA API</name> <description>API classes for the Service Component Architecture</description> - <version>1.0-SNAPSHOT</version> + <version>1.0-incubator-M2-SNAPSHOT</version> <packaging>osgi-bundle</packaging> <properties> <specVersion>0.95</specVersion> </properties> - <!-- needed to locate the parent POM --> + <!-- definition of repositories where the parent pom can be found --> <repositories> <repository> <id>apache.snapshots</id> - <name>Apache SNAPSHOT Repository</name> + <name>Apache Snapshot Repository</name> <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>apache.incubator</id> + <name>Apache Incubator Repository</name> + <url>http://people.apache.org/repo/m2-incubating-repository/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> </repository> </repositories> Modified: incubator/tuscany/java/spec/sdo/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sdo/pom.xml?view=diff&rev=442812&r1=442811&r2=442812 ============================================================================== --- incubator/tuscany/java/spec/sdo/pom.xml (original) +++ incubator/tuscany/java/spec/sdo/pom.xml Tue Sep 12 20:25:36 2006 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.tuscany</groupId> <artifactId>parent</artifactId> - <version>1-SNAPSHOT</version> + <version>1-incubator-SNAPSHOT</version> </parent> <groupId>commonj</groupId> <artifactId>sdo-api-r${specVersion}</artifactId> <packaging>osgi-bundle</packaging> - <version>1.0-SNAPSHOT</version> + <version>1.0-incubator-M2-SNAPSHOT</version> <name>SDO API</name> <description>API classes for Service Data Objects</description> @@ -35,6 +35,32 @@ <specVersion>2.0.1</specVersion> </properties> + <!-- definition of repositories where the parent pom can be found --> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://people.apache.org/repo/m2-snapshot-repository</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> + <id>apache.incubator</id> + <name>Apache Incubator Repository</name> + <url>http://people.apache.org/repo/m2-incubating-repository/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> + <dependencies> <dependency> <groupId>junit</groupId> @@ -43,15 +69,6 @@ <scope>test</scope> </dependency> </dependencies> - - <!-- needed to locate the parent POM --> - <repositories> - <repository> - <id>apache.snapshots</id> - <name>Apache SNAPSHOT Repository</name> - <url>http://people.apache.org/repo/m2-snapshot-repository</url> - </repository> - </repositories> <build> <plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
