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 2007/02/21 16:54:07 UTC

svn commit: r510065 - /incubator/tuscany/java/spec/sca-api-r1.0/pom.xml

Author: jboynes
Date: Wed Feb 21 07:54:06 2007
New Revision: 510065

URL: http://svn.apache.org/viewvc?view=rev&rev=510065
Log:
update sca spec jar to latest parent pom
remove dependency on snapshot felix plugin
be consistent on property naming by using scaSpecVersion

Modified:
    incubator/tuscany/java/spec/sca-api-r1.0/pom.xml

Modified: incubator/tuscany/java/spec/sca-api-r1.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca-api-r1.0/pom.xml?view=diff&rev=510065&r1=510064&r2=510065
==============================================================================
--- incubator/tuscany/java/spec/sca-api-r1.0/pom.xml (original)
+++ incubator/tuscany/java/spec/sca-api-r1.0/pom.xml Wed Feb 21 07:54:06 2007
@@ -22,17 +22,16 @@
     <parent>
         <groupId>org.apache.tuscany</groupId>
         <artifactId>parent</artifactId>
-        <version>2-incubator-SNAPSHOT</version>
+        <version>2-incubating-SNAPSHOT</version>
     </parent>
     <groupId>org.osoa</groupId>
-    <artifactId>sca-api-r${specVersion}</artifactId>
+    <artifactId>sca-api-r${scaSpecVersion}</artifactId>
     <name>SCA API Version 1.0</name>
     <description>API classes for the Service Component Architecture</description>
-    <version>1.0-incubator-SNAPSHOT</version>
-    <packaging>osgi-bundle</packaging>
+    <version>1.0-alpha-incubating-SNAPSHOT</version>
 
     <properties>
-        <specVersion>1.0</specVersion>
+        <scaSpecVersion>1.0</scaSpecVersion>
     </properties>
 
     <!-- definition of repositories where the parent pom can be found -->
@@ -71,6 +70,7 @@
     </dependencies>
 
     <build>
+        <defaultGoal>install</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -80,23 +80,6 @@
                     <target>1.5</target>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.felix.plugins</groupId>
-                <artifactId>maven-osgi-plugin</artifactId>
-                <version>0.8.0-SNAPSHOT</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <osgiManifest>
-                        <bundleName>${pom.name}</bundleName>
-                        <bundleDescription>${pom.description}</bundleDescription>
-                        <bundleVendor>${pom.organization.name}</bundleVendor>
-                        <bundleLocalization>plugin</bundleLocalization>
-                        <bundleSymbolicName>org.osoa.sca</bundleSymbolicName>
-                        <exportPackage>org.osoa.sca;version="${specVersion}", org.osoa.sca.annotations;version="${specVersion}"</exportPackage>
-                    </osgiManifest>
-                </configuration>
-            </plugin>
         </plugins>
-        <defaultGoal>install</defaultGoal>
     </build>
 </project>



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