Author: simonetripodi
Date: Thu Jul 5 19:54:41 2012
New Revision: 1357841
URL: http://svn.apache.org/viewvc?rev=1357841&view=rev
Log:
the only way to obtain coherent assembly packaging is prepending apache- prefix
to each artifact
Modified:
incubator/any23/trunk/core/pom.xml
incubator/any23/trunk/plugins/basic-crawler/pom.xml
incubator/any23/trunk/plugins/html-scraper/pom.xml
incubator/any23/trunk/plugins/integration-test/pom.xml
incubator/any23/trunk/plugins/office-scraper/pom.xml
incubator/any23/trunk/service/pom.xml
Modified: incubator/any23/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/pom.xml?rev=1357841&r1=1357840&r2=1357841&view=diff
==============================================================================
--- incubator/any23/trunk/core/pom.xml (original)
+++ incubator/any23/trunk/core/pom.xml Thu Jul 5 19:54:41 2012
@@ -25,7 +25,7 @@
<relativePath>../</relativePath>
</parent>
- <artifactId>any23-core</artifactId>
+ <artifactId>apache-any23-core</artifactId>
<name>Apache Any23 :: Core</name>
Modified: incubator/any23/trunk/plugins/basic-crawler/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/pom.xml?rev=1357841&r1=1357840&r2=1357841&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ incubator/any23/trunk/plugins/basic-crawler/pom.xml Thu Jul 5 19:54:41 2012
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.any23.plugins</groupId>
- <artifactId>any23-basic-crawler</artifactId>
+ <artifactId>apache-any23-basic-crawler</artifactId>
<version>1.0.0-incubating-SNAPSHOT</version>
<name>Apache Any23 :: Plugins :: Basic Crawler</name>
@@ -43,8 +43,8 @@
<!-- Any23 Core. -->
<dependency>
<groupId>org.apache.any23</groupId>
- <artifactId>any23-core</artifactId>
- <version>0.7.0-incubating-SNAPSHOT</version>
+ <artifactId>apache-any23-core</artifactId>
+ <version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
Modified: incubator/any23/trunk/plugins/html-scraper/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/html-scraper/pom.xml?rev=1357841&r1=1357840&r2=1357841&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/html-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/html-scraper/pom.xml Thu Jul 5 19:54:41 2012
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.any23.plugins</groupId>
- <artifactId>any23-html-scraper</artifactId>
+ <artifactId>apache-any23-html-scraper</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version>
<name>Apache Any23 :: Plugins :: HTML Scraper</name>
@@ -43,8 +43,8 @@
<!-- Any23 Core. -->
<dependency>
<groupId>org.apache.any23</groupId>
- <artifactId>any23-core</artifactId>
- <version>0.7.0-incubating-SNAPSHOT</version>
+ <artifactId>apache-any23-core</artifactId>
+ <version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1357841&r1=1357840&r2=1357841&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Thu Jul 5 19:54:41
2012
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.any23.plugins</groupId>
- <artifactId>any23-integration-test</artifactId>
+ <artifactId>apache-any23-integration-test</artifactId>
<name>Apache Any23 :: Plugins :: Integration Test</name>
<description>Any23 plugin integration test module.</description>
@@ -34,22 +34,22 @@
<dependencies>
<dependency>
<groupId>org.apache.any23</groupId>
- <artifactId>any23-core</artifactId>
+ <artifactId>apache-any23-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
- <artifactId>any23-html-scraper</artifactId>
+ <artifactId>apache-any23-html-scraper</artifactId>
<version>1.0.1-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
- <artifactId>any23-office-scraper</artifactId>
+ <artifactId>apache-any23-office-scraper</artifactId>
<version>1.0.0-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
- <artifactId>any23-basic-crawler</artifactId>
+ <artifactId>apache-any23-basic-crawler</artifactId>
<version>1.0.0-incubating-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: incubator/any23/trunk/plugins/office-scraper/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/office-scraper/pom.xml?rev=1357841&r1=1357840&r2=1357841&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/office-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/office-scraper/pom.xml Thu Jul 5 19:54:41
2012
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.any23.plugins</groupId>
- <artifactId>any23-office-scraper</artifactId>
+ <artifactId>apache-any23-office-scraper</artifactId>
<version>1.0.0-incubating-SNAPSHOT</version>
<name>Apache Any23 :: Plugins :: Office Scraper</name>
@@ -43,8 +43,8 @@
<!-- Any23 Core. -->
<dependency>
<groupId>org.apache.any23</groupId>
- <artifactId>any23-core</artifactId>
- <version>0.7.0-incubating-SNAPSHOT</version>
+ <artifactId>apache-any23-core</artifactId>
+ <version>${project.parent.version}</version>
<scope>provided</scope>
</dependency>
Modified: incubator/any23/trunk/service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1357841&r1=1357840&r2=1357841&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Thu Jul 5 19:54:41 2012
@@ -25,7 +25,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>any23-service</artifactId>
+ <artifactId>apache-any23-service</artifactId>
<packaging>war</packaging>
<name>Apache Any23 :: Service</name>
@@ -39,7 +39,7 @@
<!-- Core Module -->
<dependency>
<groupId>org.apache.any23</groupId>
- <artifactId>any23-core</artifactId>
+ <artifactId>apache-any23-core</artifactId>
<version>${project.version}</version>
</dependency>