Author: simonetripodi
Date: Thu Jul 5 14:25:59 2012
New Revision: 1357628
URL: http://svn.apache.org/viewvc?rev=1357628&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
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/pom.xml
incubator/any23/trunk/service/pom.xml
incubator/any23/trunk/sources-dist/pom.xml
Modified: incubator/any23/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/core/pom.xml?rev=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/core/pom.xml (original)
+++ incubator/any23/trunk/core/pom.xml Thu Jul 5 14:25:59 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
Modified: incubator/any23/trunk/plugins/basic-crawler/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/basic-crawler/pom.xml?rev=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ incubator/any23/trunk/plugins/basic-crawler/pom.xml Thu Jul 5 14:25:59 2012
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>any23-basic-crawler</artifactId>
- <version>1.0.0-incubating</version>
+ <version>1.0.1-incubating-SNAPSHOT</version>
<name>Apache Any23 :: Plugins :: Basic Crawler</name>
<description>Any23 plugin for crawling sites.</description>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>any23-core</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</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=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/html-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/html-scraper/pom.xml Thu Jul 5 14:25:59 2012
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>any23-html-scraper</artifactId>
- <version>1.0.1-incubating</version>
+ <version>1.0.2-incubating-SNAPSHOT</version>
<name>Apache Any23 :: Plugins :: HTML Scraper</name>
<description>Any23 plugin for scraping HTML code.</description>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>any23-core</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</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=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Thu Jul 5 14:25:59
2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -40,17 +40,17 @@
<dependency>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>any23-html-scraper</artifactId>
- <version>1.0.1-incubating</version>
+ <version>1.0.2-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>any23-office-scraper</artifactId>
- <version>1.0.0-incubating</version>
+ <version>1.0.1-incubating-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>any23-basic-crawler</artifactId>
- <version>1.0.0-incubating</version>
+ <version>1.0.1-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=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/office-scraper/pom.xml (original)
+++ incubator/any23/trunk/plugins/office-scraper/pom.xml Thu Jul 5 14:25:59
2012
@@ -21,13 +21,13 @@
<parent>
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.any23.plugins</groupId>
<artifactId>any23-office-scraper</artifactId>
- <version>1.0.0-incubating</version>
+ <version>1.0.1-incubating-SNAPSHOT</version>
<name>Apache Any23 :: Plugins :: Office Scraper</name>
<description>Any23 plugin for scraping metadata from MS Office related file
formats.</description>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>any23-core</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jul 5 14:25:59 2012
@@ -26,7 +26,7 @@
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Any23</name>
@@ -189,9 +189,9 @@
</modules>
<scm>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/any23/tags/any23-0.7.0-incubating</developerConnection>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/any23/tags/any23-0.7.0-incubating</connection>
-
<url>https://svn.apache.org/viewvc/incubator/any23/tags/any23-0.7.0-incubating</url>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/any23/trunk/</developerConnection>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/incubator/any23/</connection>
+ <url>https://svn.apache.org/viewvc/incubator/any23/</url>
</scm>
<issueManagement>
<system>JIRA</system>
Modified: incubator/any23/trunk/service/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/service/pom.xml?rev=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/service/pom.xml (original)
+++ incubator/any23/trunk/service/pom.xml Thu Jul 5 14:25:59 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: incubator/any23/trunk/sources-dist/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/sources-dist/pom.xml?rev=1357628&r1=1357627&r2=1357628&view=diff
==============================================================================
--- incubator/any23/trunk/sources-dist/pom.xml (original)
+++ incubator/any23/trunk/sources-dist/pom.xml Thu Jul 5 14:25:59 2012
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.any23</groupId>
<artifactId>any23-parent</artifactId>
- <version>0.7.0-incubating</version>
+ <version>0.7.1-incubating-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>