You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/08/31 20:56:00 UTC

svn commit: r439009 - /incubator/tuscany/java/spec/sdo/pom.xml

Author: jboynes
Date: Thu Aug 31 11:55:59 2006
New Revision: 439009

URL: http://svn.apache.org/viewvc?rev=439009&view=rev
Log:
use parent pom to work around eclipse problems

Modified:
    incubator/tuscany/java/spec/sdo/pom.xml

Modified: incubator/tuscany/java/spec/sdo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sdo/pom.xml?rev=439009&r1=439008&r2=439009&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sdo/pom.xml (original)
+++ incubator/tuscany/java/spec/sdo/pom.xml Thu Aug 31 11:55:59 2006
@@ -20,9 +20,9 @@
 <project>
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>3</version>
+        <groupId>org.apache.tuscany</groupId>
+        <artifactId>parent</artifactId>
+        <version>1-SNAPSHOT</version>
     </parent>
     <groupId>commonj</groupId>
     <artifactId>sdo-api</artifactId>
@@ -32,19 +32,9 @@
     <description>API classes for Service Data Objects</description>
 
     <properties>
-        <specVersion>2.01</specVersion>
+        <specVersion>2.0.1</specVersion>
     </properties>
 
-    <prerequisites>
-        <maven>2.0.4</maven>
-    </prerequisites>
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/spec/sdo</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tuscany/java/spec/sdo</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sdo</url>
-    </scm>
-
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -54,27 +44,14 @@
         </dependency>
     </dependencies>
 
-    <!-- needed for OSGi plugin -->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache-snapshot-repository</id>
+    <!-- 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>
-        </pluginRepository>
-    </pluginRepositories>
-
-    <distributionManagement>
-        <repository>
-            <id>apache.incubator</id>
-            <name>Apache Incubator Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
         </repository>
-        <snapshotRepository>
-            <id>apache.snapshots</id>
-            <name>Apache Snapshot Repository</name>
-            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
+    </repositories>
 
     <build>
         <plugins>
@@ -103,20 +80,5 @@
             </plugin>
         </plugins>
         <defaultGoal>install</defaultGoal>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-            </resource>
-            <resource>
-                <directory>.</directory>
-                <targetPath>META-INF</targetPath>
-                <filtering>true</filtering>
-                <includes>
-                    <include>LICENSE.txt</include>
-                    <include>NOTICE.txt</include>
-                </includes>
-            </resource>
-        </resources>
     </build>
-
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org