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

2006-08-30 Thread Daniel Kulp

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=438568view=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
8568r1=438567r2=438568view=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
  modelVersion4.0.0/modelVersion
 +parent
 +groupIdorg.apache/groupId
 +artifactIdapache/artifactId
 +version3/version
 +/parent
  groupIdorg.osoa/groupId
 -artifactIdsca-api-r0.95/artifactId
 +artifactIdsca-api-r${specVersion}/artifactId
  nameSCA API/name
  descriptionAPI classes for the Service Component
 Architecture/description version1.0-SNAPSHOT/version
 -packagingjar/packaging
 +packagingosgi-bundle/packaging

 +properties
 +specVersion0.95/specVersion
 +/properties
  prerequisites
  maven2.0.4/maven
  /prerequisites

 -organization
 -nameThe Apache Software Foundation/name
 -urlhttp://www.apache.org/url
 -/organization
 -licenses
 -license
 -nameThe Apache Software License, Version 2.0/name
 -urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/url
 -distributionrepo/distribution
 -/license
 -/licenses
 -
 -distributionManagement
 -repository
 -idapache-incubator-repository/id
 -nameApache Incubator Repository/name
 -   
 urlscp:///www/people.apache.org/repo/m2-snapshot-repository/url -  
  /repository
 -snapshotRepository
 -idapache-snapshot-repository/id
 -nameApache SNAPSHOT Repository/name
 -   
 urlscp:///www/people.apache.org/repo/m2-snapshot-repository/url -  
  /snapshotRepository
 -/distributionManagement
 -
  scm
 -   
 connectionscm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/
spec/connection -   
 developerConnectionscm:svn:https://svn.apache.org/repos/asf/incubator/tus
cany/java/spec/developerConnection -   
 urlhttp://svn.apache.org/viewvc/incubator/tuscany/java/spec/url +  
 
 connectionscm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java/
spec/sca/connection +   
 developerConnectionscm:svn:https://svn.apache.org/repos/asf/incubator/tus
cany/java/spec/sca/developerConnection +   
 urlhttp://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/url
 /scm

  dependencies
 @@ -98,7 +81,7 @@
 
 bundleVendor${pom.organization.name}/bundleVendor
 bundleLocalizationplugin/bundleLocalization
 bundleSymbolicNameorg.osoa.sca/bundleSymbolicName -
exportPackageorg.osoa.sca;version=0.95,
 org.osoa.sca.annotations;version=0.95/exportPackage +  
  exportPackageorg.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-8727C: 508-380-7194   F:781-902-8001
[EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-08-30 Thread Jeremy Boynes
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=438568view=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

8568r1=438567r2=438568view=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
 modelVersion4.0.0/modelVersion
+parent
+groupIdorg.apache/groupId
+artifactIdapache/artifactId
+version3/version
+/parent
 groupIdorg.osoa/groupId
-artifactIdsca-api-r0.95/artifactId
+artifactIdsca-api-r${specVersion}/artifactId
 nameSCA API/name
 descriptionAPI classes for the Service Component
Architecture/description version1.0-SNAPSHOT/version
-packagingjar/packaging
+packagingosgi-bundle/packaging

+properties
+specVersion0.95/specVersion
+/properties
 prerequisites
 maven2.0.4/maven
 /prerequisites

-organization
-nameThe Apache Software Foundation/name
-urlhttp://www.apache.org/url
-/organization
-licenses
-license
-nameThe Apache Software License, Version 2.0/name
-urlhttp://www.apache.org/licenses/LICENSE-2.0.txt/ 
url

-distributionrepo/distribution
-/license
-/licenses
-
-distributionManagement
-repository
-idapache-incubator-repository/id
-nameApache Incubator Repository/name
-
urlscp:///www/people.apache.org/repo/m2-snapshot-repository/url -
 /repository
-snapshotRepository
-idapache-snapshot-repository/id
-nameApache SNAPSHOT Repository/name
-
urlscp:///www/people.apache.org/repo/m2-snapshot-repository/url -
 /snapshotRepository
-/distributionManagement
-
 scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/incubator/ 
tuscany/java/

spec/connection -
developerConnectionscm:svn:https://svn.apache.org/repos/asf/ 
incubator/tus

cany/java/spec/developerConnection -
urlhttp://svn.apache.org/viewvc/incubator/tuscany/java/spec/url +

connectionscm:svn:http://svn.apache.org/repos/asf/incubator/ 
tuscany/java/

spec/sca/connection +
developerConnectionscm:svn:https://svn.apache.org/repos/asf/ 
incubator/tus

cany/java/spec/sca/developerConnection +
urlhttp://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/ 
url

/scm

 dependencies
@@ -98,7 +81,7 @@

bundleVendor${pom.organization.name}/bundleVendor
bundleLocalizationplugin/bundleLocalization
bundleSymbolicNameorg.osoa.sca/bundleSymbolicName -
   exportPackageorg.osoa.sca;version=0.95,
org.osoa.sca.annotations;version=0.95/exportPackage +
 exportPackageorg.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-8727C: 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]