Repository: any23 Updated Branches: refs/heads/master c7eae61fa -> aae5baf3e
[maven-release-plugin] prepare release any23-1.0 Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/aae5baf3 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/aae5baf3 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/aae5baf3 Branch: refs/heads/master Commit: aae5baf3eb28e9c4bdffdbb4eab69ec012dc11a0 Parents: c7eae61 Author: Lewis John McGibbney <[email protected]> Authored: Tue May 13 10:29:09 2014 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Tue May 13 10:29:09 2014 -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 | 3 ++- service/pom.xml | 2 +- test-resources/pom.xml | 2 +- 13 files changed, 24 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 0375c07..4ce1262 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index ea31a40..6fdeb69 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/csvutils/pom.xml ---------------------------------------------------------------------- diff --git a/csvutils/pom.xml b/csvutils/pom.xml index 6f30456..158320c 100644 --- a/csvutils/pom.xml +++ b/csvutils/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index 33909fc..bd6ae32 100644 --- a/encoding/pom.xml +++ b/encoding/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/mime/pom.xml ---------------------------------------------------------------------- diff --git a/mime/pom.xml b/mime/pom.xml index a7009c1..6ed26e9 100644 --- a/mime/pom.xml +++ b/mime/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/nquads/pom.xml ---------------------------------------------------------------------- diff --git a/nquads/pom.xml b/nquads/pom.xml index 826a85b..c8fd047 100644 --- a/nquads/pom.xml +++ b/nquads/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index d61571c..e276fe7 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>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-basic-crawler</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</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>1.0-SNAPSHOT</version> + <version>1.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 519c993..9011bd7 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>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-html-scraper</artifactId> - <version>1.0.5-SNAPSHOT</version> + <version>1.0.5</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>1.0-SNAPSHOT</version> + <version>1.0</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/plugins/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml index b0cb4bb..c771497 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>1.0-SNAPSHOT</version> + <version>1.0</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.5-SNAPSHOT</version> + <version>1.0.5</version> </dependency> <dependency> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-office-scraper</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </dependency> <dependency> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-basic-crawler</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</version> </dependency> <!-- BEGIN: Test Dependencies --> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index df67599..b469390 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>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-office-scraper</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.4</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>1.0-SNAPSHOT</version> + <version>1.0</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 140fe86..158fd02 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <packaging>pom</packaging> <name>Apache Any23</name> @@ -206,6 +206,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-1.0</tag> </scm> <issueManagement> <system>JIRA</system> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 1d8f81c..c1d1d55 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/aae5baf3/test-resources/pom.xml ---------------------------------------------------------------------- diff --git a/test-resources/pom.xml b/test-resources/pom.xml index 2cd808d..6b980a4 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>1.0-SNAPSHOT</version> + <version>1.0</version> <relativePath>../</relativePath> </parent>
