Repository: any23 Updated Branches: refs/heads/master 0d1d21b11 -> e00f49f3c
[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/e00f49f3 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/e00f49f3 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/e00f49f3 Branch: refs/heads/master Commit: e00f49f3c8aaf71ddd151e0467078e6fad58c8fd Parents: 0d1d21b Author: Lewis John McGibbney <[email protected]> Authored: Thu Mar 1 14:58:41 2018 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Mar 1 14:58:41 2018 -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 ++-- plugins/openie/pom.xml | 2 +- pom.xml | 4 ++-- service/pom.xml | 2 +- test-resources/pom.xml | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 4b77344..ae275bd 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 1445fe2..07b7e6b 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index d72601d..6fd2550 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/csvutils/pom.xml ---------------------------------------------------------------------- diff --git a/csvutils/pom.xml b/csvutils/pom.xml index 652c31d..c663ebc 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index 5c0fec8..a9edb1d 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/mime/pom.xml ---------------------------------------------------------------------- diff --git a/mime/pom.xml b/mime/pom.xml index 7597ed9..57927e4 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index 2ec107a..58063ee 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,14 +43,14 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.2</version> + <version>2.3-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.2</version> + <version>2.3-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.2</version> + <version>2.3-SNAPSHOT</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-cli</artifactId> - <version>2.2</version> + <version>2.3-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index c54a6f0..5f47adb 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.2</version> + <version>2.3-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/plugins/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml index 6246ec9..2c71a0f 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index cb577ef..dd838c5 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.2</version> + <version>2.3-SNAPSHOT</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/plugins/openie/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/openie/pom.xml b/plugins/openie/pom.xml index 4d17694..86ec554 100644 --- a/plugins/openie/pom.xml +++ b/plugins/openie/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e5318f3..c5973f8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.2</version> + <version>2.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Any23</name> @@ -246,7 +246,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.2</tag> + <tag>HEAD</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 0700a54..5f8947a 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/e00f49f3/test-resources/pom.xml ---------------------------------------------------------------------- diff --git a/test-resources/pom.xml b/test-resources/pom.xml index a62d60c..3c4f12e 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.2</version> + <version>2.3-SNAPSHOT</version> <relativePath>../</relativePath> </parent>
