You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2011/02/25 16:25:55 UTC

svn commit: r1074578 - in /aries/branches/experimental-release-by-module/proxy: proxy-api/pom.xml proxy-bundle/pom.xml proxy-distro/src/main/assemblies/proxy-distro.xml

Author: zoe
Date: Fri Feb 25 15:25:55 2011
New Revision: 1074578

URL: http://svn.apache.org/viewvc?rev=1074578&view=rev
Log:
weird hacking around the ianal plugin

Modified:
    aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml
    aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml

Modified: aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml?rev=1074578&r1=1074577&r2=1074578&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-api/pom.xml Fri Feb 25 15:25:55 2011
@@ -27,7 +27,7 @@
     <artifactId>org.apache.aries.proxy.api</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy API</name>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.3</version>
     <description>
         This bundle contains the Apache Aries Proxy service API.
     </description>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml?rev=1074578&r1=1074577&r2=1074578&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-bundle/pom.xml Fri Feb 25 15:25:55 2011
@@ -27,6 +27,7 @@
     <artifactId>org.apache.aries.proxy</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Proxy Bundle</name>
+    <version>0.4-SNAPSHOT</version>
     <description>
         This bundle contains the Apache Aries Proxy Service.
     </description>

Modified: aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml
URL: http://svn.apache.org/viewvc/aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml?rev=1074578&r1=1074577&r2=1074578&view=diff
==============================================================================
--- aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml (original)
+++ aries/branches/experimental-release-by-module/proxy/proxy-distro/src/main/assemblies/proxy-distro.xml Fri Feb 25 15:25:55 2011
@@ -27,14 +27,15 @@
 
 	<includeBaseDirectory>false</includeBaseDirectory>
 
+    <!-- These two files are required to get the IANAL checks to pass. Maybe there is a better way? -->
     <files>
       <file>
         <source>../NOTICE</source>
-        <outputDirectory>apache-aries-proxy-${project.version}</outputDirectory>
+        <outputDirectory>META-INF</outputDirectory> 
       </file>
       <file>
         <source>../LICENSE</source>
-        <outputDirectory>apache-aries-proxy-${project.version}</outputDirectory>
+        <outputDirectory>META-INF</outputDirectory> 
       </file>
     </files>