Updated Branches: refs/heads/master 28f246e38 -> cbdf34095
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/cbdf3409 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/cbdf3409 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/cbdf3409 Branch: refs/heads/master Commit: cbdf3409554ba9fbd3c2c6ffc65187cb7dbff206 Parents: 28f246e Author: lewismc <[email protected]> Authored: Wed May 1 17:57:25 2013 -0700 Committer: lewismc <[email protected]> Committed: Wed May 1 17:57:25 2013 -0700 ---------------------------------------------------------------------- api/pom.xml | 2 +- core/pom.xml | 2 +- csvutils/pom.xml | 2 +- encoding/pom.xml | 2 +- mime/pom.xml | 2 +- nquads/pom.xml | 2 +- plugins/basic-crawler/pom.xml | 8 ++++---- plugins/html-scraper/pom.xml | 6 +++--- plugins/integration-test/pom.xml | 8 ++++---- plugins/office-scraper/pom.xml | 6 +++--- pom.xml | 2 +- service/pom.xml | 2 +- test-resources/pom.xml | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index c270818..3d5a4af 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 894e364..0968763 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/csvutils/pom.xml ---------------------------------------------------------------------- diff --git a/csvutils/pom.xml b/csvutils/pom.xml index a3ea278..821d907 100644 --- a/csvutils/pom.xml +++ b/csvutils/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index c94067d..76a2c40 100644 --- a/encoding/pom.xml +++ b/encoding/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/mime/pom.xml ---------------------------------------------------------------------- diff --git a/mime/pom.xml b/mime/pom.xml index 07ca29c..768ebf3 100644 --- a/mime/pom.xml +++ b/mime/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/nquads/pom.xml ---------------------------------------------------------------------- diff --git a/nquads/pom.xml b/nquads/pom.xml index 7433d20..4b393f6 100644 --- a/nquads/pom.xml +++ b/nquads/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index a4ebcf3..d8229d5 100644 --- a/plugins/basic-crawler/pom.xml +++ b/plugins/basic-crawler/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-basic-crawler</artifactId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> <name>Apache Any23 :: Plugins :: Basic Crawler</name> <description>Any23 plugin for crawling sites.</description> @@ -44,14 +44,14 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 9eaf70b..33f66c6 100644 --- a/plugins/html-scraper/pom.xml +++ b/plugins/html-scraper/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-html-scraper</artifactId> - <version>1.0.2</version> + <version>1.0.3-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>apache-any23-core</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/plugins/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml index 949d04c..49a099a 100644 --- a/plugins/integration-test/pom.xml +++ b/plugins/integration-test/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -40,17 +40,17 @@ <dependency> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-html-scraper</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-office-scraper</artifactId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-basic-crawler</artifactId> - <version>1.0.1</version> + <version>1.0.2-SNAPSHOT</version> </dependency> <!-- BEGIN: Test Dependencies --> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index 43a516d..51a26a4 100644 --- a/plugins/office-scraper/pom.xml +++ b/plugins/office-scraper/pom.xml @@ -21,13 +21,13 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-office-scraper</artifactId> - <version>1.0.1</version> + <version>1.0.2-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>apache-any23-core</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4a340bb..a44318e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Any23</name> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 3080527..993a210 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/cbdf3409/test-resources/pom.xml ---------------------------------------------------------------------- diff --git a/test-resources/pom.xml b/test-resources/pom.xml index 7617059..8700fa9 100644 --- a/test-resources/pom.xml +++ b/test-resources/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0</version> + <version>0.8.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent>
