Agreed - on [EMAIL PROTECTED] 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, [EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727 C: 508-380-7194 F:781-902-8001
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]