Repository: any23 Updated Branches: refs/heads/master 4a302311d -> de5e1dbc4
[maven-release-plugin] prepare release any23-2.0 Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/de5e1dbc Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/de5e1dbc Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/de5e1dbc Branch: refs/heads/master Commit: de5e1dbc4cd9e077062a5fbb02b9314fdae13df8 Parents: 4a30231 Author: Lewis John McGibbney <[email protected]> Authored: Thu Feb 9 22:33:36 2017 -0800 Committer: Lewis John McGibbney <[email protected]> Committed: Thu Feb 9 22:33:36 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/de5e1dbc/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index f467ac8..b13a506 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/cli/pom.xml ---------------------------------------------------------------------- diff --git a/cli/pom.xml b/cli/pom.xml index 2682d0d..1640d6c 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 6cf97e4..62a1110 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/csvutils/pom.xml ---------------------------------------------------------------------- diff --git a/csvutils/pom.xml b/csvutils/pom.xml index dd87dad..919fd23 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index fa09e6c..ba6989b 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/mime/pom.xml ---------------------------------------------------------------------- diff --git a/mime/pom.xml b/mime/pom.xml index 09ca8f9..4f005ab 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index bb6de1b..275a57f 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,14 +43,14 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</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-SNAPSHOT</version> + <version>2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-cli</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 05aa51a..3bed3f3 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/plugins/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml index c1d0723..a1266a1 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index 59d57c6..a874bf5 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 403904f..e976a16 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>2.0-SNAPSHOT</version> + <version>2.0</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>HEAD</tag> + <tag>any23-2.0</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 3264290..3e1c68c 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/de5e1dbc/test-resources/pom.xml ---------------------------------------------------------------------- diff --git a/test-resources/pom.xml b/test-resources/pom.xml index 9544880..1818b83 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-SNAPSHOT</version> + <version>2.0</version> <relativePath>../</relativePath> </parent>
