Repository: any23 Updated Branches: refs/heads/master de5e1dbc4 -> bc46c7289
[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/bc46c728 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/bc46c728 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/bc46c728 Branch: refs/heads/master Commit: bc46c72898e3369fc335626b7b8d5f9a342f8453 Parents: de5e1db Author: Lewis John McGibbney <[email protected]> Authored: Thu Feb 9 22:33:42 2017 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Feb 9 22:33:42 2017 -0800 ---------------------------------------------------------------------- api/pom.xml | 2 +- cli/pom.xml | 2 +- core/pom.xml | 2 +- csvutils/pom.xml | 2 +- encoding/pom.xml | 2 +- mime/pom.xml | 2 +- plugins/basic-crawler/pom.xml | 10 +++++----- plugins/html-scraper/pom.xml | 4 ++-- plugins/integration-test/pom.xml | 2 +- plugins/office-scraper/pom.xml | 4 ++-- pom.xml | 4 ++-- service/pom.xml | 2 +- test-resources/pom.xml | 2 +- 13 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index b13a506..ea741f0 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 1640d6c..5acedfb 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 62a1110..f03c672 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/csvutils/pom.xml ---------------------------------------------------------------------- diff --git a/csvutils/pom.xml b/csvutils/pom.xml index 919fd23..8f5b18d 100644 --- a/csvutils/pom.xml +++ b/csvutils/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index ba6989b..287da3f 100644 --- a/encoding/pom.xml +++ b/encoding/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/mime/pom.xml ---------------------------------------------------------------------- diff --git a/mime/pom.xml b/mime/pom.xml index 4f005ab..9db7d3b 100644 --- a/mime/pom.xml +++ b/mime/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index 275a57f..9f294ff 100644 --- a/plugins/basic-crawler/pom.xml +++ b/plugins/basic-crawler/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,14 +43,14 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -58,14 +58,14 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-cli</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-cli</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 3bed3f3..aec0259 100644 --- a/plugins/html-scraper/pom.xml +++ b/plugins/html-scraper/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/plugins/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml index a1266a1..d8d87e7 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>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index a874bf5..ebaa599 100644 --- a/plugins/office-scraper/pom.xml +++ b/plugins/office-scraper/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e976a16..23ab57f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Any23</name> @@ -215,7 +215,7 @@ <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/any23.git</developerConnection> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/any23.git</connection> <url>https://git-wip-us.apache.org/repos/asf/any23.git</url> - <tag>any23-2.0</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 3e1c68c..b4f9426 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/bc46c728/test-resources/pom.xml ---------------------------------------------------------------------- diff --git a/test-resources/pom.xml b/test-resources/pom.xml index 1818b83..cb0753b 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>2.0</version> + <version>2.1-SNAPSHOT</version> <relativePath>../</relativePath> </parent>
