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/30 20:03:20 UTC

svn commit: r438568 - /incubator/tuscany/java/spec/sca/pom.xml

Author: jboynes
Date: Wed Aug 30 11:03:19 2006
New Revision: 438568

URL: http://svn.apache.org/viewvc?rev=438568&view=rev
Log:
inherit settings from Apache POM
centralize the spec version

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

Modified: incubator/tuscany/java/spec/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/pom.xml?rev=438568&r1=438567&r2=438568&view=diff
==============================================================================
--- incubator/tuscany/java/spec/sca/pom.xml (original)
+++ incubator/tuscany/java/spec/sca/pom.xml Wed Aug 30 11:03:19 2006
@@ -19,46 +19,29 @@
 -->
 <project>
     <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>3</version>
+    </parent>
     <groupId>org.osoa</groupId>
-    <artifactId>sca-api-r0.95</artifactId>
+    <artifactId>sca-api-r${specVersion}</artifactId>
     <name>SCA API</name>
     <description>API classes for the Service Component Architecture</description>
     <version>1.0-SNAPSHOT</version>
-    <packaging>jar</packaging>
+    <packaging>osgi-bundle</packaging>
 
+    <properties>
+        <specVersion>0.95</specVersion>
+    </properties>
     <prerequisites>
         <maven>2.0.4</maven>
     </prerequisites>
 
-    <organization>
-        <name>The Apache Software Foundation</name>
-        <url>http://www.apache.org</url>
-    </organization>
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-
-    <distributionManagement>
-        <repository>
-            <id>apache-incubator-repository</id>
-            <name>Apache Incubator Repository</name>
-            <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshot-repository</id>
-            <name>Apache SNAPSHOT Repository</name>
-            <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-    </distributionManagement>
-
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/spec</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tuscany/java/spec</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/spec/sca</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tuscany/java/spec/sca</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca</url>
     </scm>
 
     <dependencies>
@@ -98,7 +81,7 @@
                         <bundleVendor>${pom.organization.name}</bundleVendor>
                         <bundleLocalization>plugin</bundleLocalization>
                         <bundleSymbolicName>org.osoa.sca</bundleSymbolicName>
-                        <exportPackage>org.osoa.sca;version="0.95", org.osoa.sca.annotations;version="0.95"</exportPackage>
+                        <exportPackage>org.osoa.sca;version="${specVersion}", org.osoa.sca.annotations;version="${specVersion}"</exportPackage>
                     </osgiManifest>
                 </configuration>
             </plugin>



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


Re: svn commit: r438568 - /incubator/tuscany/java/spec/sca/pom.xml

Posted by Jeremy Boynes <jb...@apache.org>.
Agreed - on general@incubator I've proposed a POM that can be used  
for podlings and if that is accepted I'll switch over.
--
Jeremy

On Aug 30, 2006, at 1:21 PM, Daniel Kulp wrote:

>
> Jeremy,
>
> Careful with this....   Tuscany is an incubator project.   Thus,  
> releases
> (like milestone releases) are not allowed to go the the rsync  
> repositories
> that are defined in the apache pom:
> http://www.apache.org/dev/repository-faq.html
> snapshot are OK to go to that repository (providing the Tuscany  
> PMC's are OK
> with them), but when you go to deploy a release, you'll NOT have  
> happy PMC's
> if they end up going to ibiblio.
>
>
> Dan
>
>
> On Wednesday August 30 2006 2:03 pm, jboynes@apache.org wrote:
>> Author: jboynes
>> Date: Wed Aug 30 11:03:19 2006
>> New Revision: 438568
>>
>> URL: http://svn.apache.org/viewvc?rev=438568&view=rev
>> Log:
>> inherit settings from Apache POM
>> centralize the spec version
>>
>> Modified:
>>     incubator/tuscany/java/spec/sca/pom.xml
>>
>> Modified: incubator/tuscany/java/spec/sca/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/ 
>> pom.xml?rev=43
>> 8568&r1=438567&r2=438568&view=diff
>> ===================================================================== 
>> ======
>> === --- incubator/tuscany/java/spec/sca/pom.xml (original)
>> +++ incubator/tuscany/java/spec/sca/pom.xml Wed Aug 30 11:03:19 2006
>> @@ -19,46 +19,29 @@
>>  -->
>>  <project>
>>      <modelVersion>4.0.0</modelVersion>
>> +    <parent>
>> +        <groupId>org.apache</groupId>
>> +        <artifactId>apache</artifactId>
>> +        <version>3</version>
>> +    </parent>
>>      <groupId>org.osoa</groupId>
>> -    <artifactId>sca-api-r0.95</artifactId>
>> +    <artifactId>sca-api-r${specVersion}</artifactId>
>>      <name>SCA API</name>
>>      <description>API classes for the Service Component
>> Architecture</description> <version>1.0-SNAPSHOT</version>
>> -    <packaging>jar</packaging>
>> +    <packaging>osgi-bundle</packaging>
>>
>> +    <properties>
>> +        <specVersion>0.95</specVersion>
>> +    </properties>
>>      <prerequisites>
>>          <maven>2.0.4</maven>
>>      </prerequisites>
>>
>> -    <organization>
>> -        <name>The Apache Software Foundation</name>
>> -        <url>http://www.apache.org</url>
>> -    </organization>
>> -    <licenses>
>> -        <license>
>> -            <name>The Apache Software License, Version 2.0</name>
>> -            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</ 
>> url>
>> -            <distribution>repo</distribution>
>> -        </license>
>> -    </licenses>
>> -
>> -    <distributionManagement>
>> -        <repository>
>> -            <id>apache-incubator-repository</id>
>> -            <name>Apache Incubator Repository</name>
>> -
>> <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url> -
>>  </repository>
>> -        <snapshotRepository>
>> -            <id>apache-snapshot-repository</id>
>> -            <name>Apache SNAPSHOT Repository</name>
>> -
>> <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url> -
>>  </snapshotRepository>
>> -    </distributionManagement>
>> -
>>      <scm>
>> -
>> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ 
>> tuscany/java/
>> spec</connection> -
>> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ 
>> incubator/tus
>> cany/java/spec</developerConnection> -
>> <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec</url> +
>>
>> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/ 
>> tuscany/java/
>> spec/sca</connection> +
>> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/ 
>> incubator/tus
>> cany/java/spec/sca</developerConnection> +
>> <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca</ 
>> url>
>> </scm>
>>
>>      <dependencies>
>> @@ -98,7 +81,7 @@
>>
>> <bundleVendor>${pom.organization.name}</bundleVendor>
>> <bundleLocalization>plugin</bundleLocalization>
>> <bundleSymbolicName>org.osoa.sca</bundleSymbolicName> -
>>    <exportPackage>org.osoa.sca;version="0.95",
>> org.osoa.sca.annotations;version="0.95"</exportPackage> +
>>      <exportPackage>org.osoa.sca;version="${specVersion}",
>> org.osoa.sca.annotations;version="${specVersion}"</exportPackage>
>> </osgiManifest>
>>                  </configuration>
>>              </plugin>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
>> For additional commands, e-mail: tuscany-commits-help@ws.apache.org
>
> -- 
> J. Daniel Kulp
> Principal Engineer
> IONA
> P: 781-902-8727    C: 508-380-7194   F:781-902-8001
> daniel.kulp@iona.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
>


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


Re: svn commit: r438568 - /incubator/tuscany/java/spec/sca/pom.xml

Posted by Daniel Kulp <da...@iona.com>.
Jeremy,

Careful with this....   Tuscany is an incubator project.   Thus, releases 
(like milestone releases) are not allowed to go the the rsync repositories 
that are defined in the apache pom:    
http://www.apache.org/dev/repository-faq.html
snapshot are OK to go to that repository (providing the Tuscany PMC's are OK 
with them), but when you go to deploy a release, you'll NOT have happy PMC's 
if they end up going to ibiblio.


Dan


On Wednesday August 30 2006 2:03 pm, jboynes@apache.org wrote:
> Author: jboynes
> Date: Wed Aug 30 11:03:19 2006
> New Revision: 438568
>
> URL: http://svn.apache.org/viewvc?rev=438568&view=rev
> Log:
> inherit settings from Apache POM
> centralize the spec version
>
> Modified:
>     incubator/tuscany/java/spec/sca/pom.xml
>
> Modified: incubator/tuscany/java/spec/sca/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/pom.xml?rev=43
>8568&r1=438567&r2=438568&view=diff
> ===========================================================================
>=== --- incubator/tuscany/java/spec/sca/pom.xml (original)
> +++ incubator/tuscany/java/spec/sca/pom.xml Wed Aug 30 11:03:19 2006
> @@ -19,46 +19,29 @@
>  -->
>  <project>
>      <modelVersion>4.0.0</modelVersion>
> +    <parent>
> +        <groupId>org.apache</groupId>
> +        <artifactId>apache</artifactId>
> +        <version>3</version>
> +    </parent>
>      <groupId>org.osoa</groupId>
> -    <artifactId>sca-api-r0.95</artifactId>
> +    <artifactId>sca-api-r${specVersion}</artifactId>
>      <name>SCA API</name>
>      <description>API classes for the Service Component
> Architecture</description> <version>1.0-SNAPSHOT</version>
> -    <packaging>jar</packaging>
> +    <packaging>osgi-bundle</packaging>
>
> +    <properties>
> +        <specVersion>0.95</specVersion>
> +    </properties>
>      <prerequisites>
>          <maven>2.0.4</maven>
>      </prerequisites>
>
> -    <organization>
> -        <name>The Apache Software Foundation</name>
> -        <url>http://www.apache.org</url>
> -    </organization>
> -    <licenses>
> -        <license>
> -            <name>The Apache Software License, Version 2.0</name>
> -            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> -            <distribution>repo</distribution>
> -        </license>
> -    </licenses>
> -
> -    <distributionManagement>
> -        <repository>
> -            <id>apache-incubator-repository</id>
> -            <name>Apache Incubator Repository</name>
> -           
> <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url> -      
>  </repository>
> -        <snapshotRepository>
> -            <id>apache-snapshot-repository</id>
> -            <name>Apache SNAPSHOT Repository</name>
> -           
> <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url> -      
>  </snapshotRepository>
> -    </distributionManagement>
> -
>      <scm>
> -       
> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/
>spec</connection> -       
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tus
>cany/java/spec</developerConnection> -       
> <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec</url> +      
> 
> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/
>spec/sca</connection> +       
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tus
>cany/java/spec/sca</developerConnection> +       
> <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca</url>
> </scm>
>
>      <dependencies>
> @@ -98,7 +81,7 @@
>                         
> <bundleVendor>${pom.organization.name}</bundleVendor>
> <bundleLocalization>plugin</bundleLocalization>
> <bundleSymbolicName>org.osoa.sca</bundleSymbolicName> -                    
>    <exportPackage>org.osoa.sca;version="0.95",
> org.osoa.sca.annotations;version="0.95"</exportPackage> +                  
>      <exportPackage>org.osoa.sca;version="${specVersion}",
> org.osoa.sca.annotations;version="${specVersion}"</exportPackage>
> </osgiManifest>
>                  </configuration>
>              </plugin>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194   F:781-902-8001
daniel.kulp@iona.com

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


Re: svn commit: r438568 - /incubator/tuscany/java/spec/sca/pom.xml

Posted by Daniel Kulp <da...@iona.com>.
Jeremy,

Careful with this....   Tuscany is an incubator project.   Thus, releases 
(like milestone releases) are not allowed to go the the rsync repositories 
that are defined in the apache pom:    
http://www.apache.org/dev/repository-faq.html
snapshot are OK to go to that repository (providing the Tuscany PMC's are OK 
with them), but when you go to deploy a release, you'll NOT have happy PMC's 
if they end up going to ibiblio.


Dan


On Wednesday August 30 2006 2:03 pm, jboynes@apache.org wrote:
> Author: jboynes
> Date: Wed Aug 30 11:03:19 2006
> New Revision: 438568
>
> URL: http://svn.apache.org/viewvc?rev=438568&view=rev
> Log:
> inherit settings from Apache POM
> centralize the spec version
>
> Modified:
>     incubator/tuscany/java/spec/sca/pom.xml
>
> Modified: incubator/tuscany/java/spec/sca/pom.xml
> URL:
> http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/pom.xml?rev=43
>8568&r1=438567&r2=438568&view=diff
> ===========================================================================
>=== --- incubator/tuscany/java/spec/sca/pom.xml (original)
> +++ incubator/tuscany/java/spec/sca/pom.xml Wed Aug 30 11:03:19 2006
> @@ -19,46 +19,29 @@
>  -->
>  <project>
>      <modelVersion>4.0.0</modelVersion>
> +    <parent>
> +        <groupId>org.apache</groupId>
> +        <artifactId>apache</artifactId>
> +        <version>3</version>
> +    </parent>
>      <groupId>org.osoa</groupId>
> -    <artifactId>sca-api-r0.95</artifactId>
> +    <artifactId>sca-api-r${specVersion}</artifactId>
>      <name>SCA API</name>
>      <description>API classes for the Service Component
> Architecture</description> <version>1.0-SNAPSHOT</version>
> -    <packaging>jar</packaging>
> +    <packaging>osgi-bundle</packaging>
>
> +    <properties>
> +        <specVersion>0.95</specVersion>
> +    </properties>
>      <prerequisites>
>          <maven>2.0.4</maven>
>      </prerequisites>
>
> -    <organization>
> -        <name>The Apache Software Foundation</name>
> -        <url>http://www.apache.org</url>
> -    </organization>
> -    <licenses>
> -        <license>
> -            <name>The Apache Software License, Version 2.0</name>
> -            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
> -            <distribution>repo</distribution>
> -        </license>
> -    </licenses>
> -
> -    <distributionManagement>
> -        <repository>
> -            <id>apache-incubator-repository</id>
> -            <name>Apache Incubator Repository</name>
> -           
> <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url> -      
>  </repository>
> -        <snapshotRepository>
> -            <id>apache-snapshot-repository</id>
> -            <name>Apache SNAPSHOT Repository</name>
> -           
> <url>scp:///www/people.apache.org/repo/m2-snapshot-repository</url> -      
>  </snapshotRepository>
> -    </distributionManagement>
> -
>      <scm>
> -       
> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/
>spec</connection> -       
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tus
>cany/java/spec</developerConnection> -       
> <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec</url> +      
> 
> <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/
>spec/sca</connection> +       
> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tus
>cany/java/spec/sca</developerConnection> +       
> <url>http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca</url>
> </scm>
>
>      <dependencies>
> @@ -98,7 +81,7 @@
>                         
> <bundleVendor>${pom.organization.name}</bundleVendor>
> <bundleLocalization>plugin</bundleLocalization>
> <bundleSymbolicName>org.osoa.sca</bundleSymbolicName> -                    
>    <exportPackage>org.osoa.sca;version="0.95",
> org.osoa.sca.annotations;version="0.95"</exportPackage> +                  
>      <exportPackage>org.osoa.sca;version="${specVersion}",
> org.osoa.sca.annotations;version="${specVersion}"</exportPackage>
> </osgiManifest>
>                  </configuration>
>              </plugin>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-commits-help@ws.apache.org

-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194   F:781-902-8001
daniel.kulp@iona.com

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