Updated Branches: refs/heads/master f01a05f06 -> 28f246e38
[maven-release-plugin] prepare release apache-any23-0.8.0 Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/28f246e3 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/28f246e3 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/28f246e3 Branch: refs/heads/master Commit: 28f246e38c8b1d400be8a3b170a06825b731d10e Parents: f01a05f Author: lewismc <[email protected]> Authored: Wed May 1 17:56:46 2013 -0700 Committer: lewismc <[email protected]> Committed: Wed May 1 17:56:46 2013 -0700 ---------------------------------------------------------------------- api/pom.xml | 5 ++--- core/pom.xml | 2 +- csvutils/pom.xml | 5 ++--- encoding/pom.xml | 5 ++--- mime/pom.xml | 5 ++--- nquads/pom.xml | 5 ++--- 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 | 5 ++--- 13 files changed, 29 insertions(+), 35 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 6fc0f83..c270818 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index e65ceea..894e364 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-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/csvutils/pom.xml ---------------------------------------------------------------------- diff --git a/csvutils/pom.xml b/csvutils/pom.xml index 7e66cf6..a3ea278 100644 --- a/csvutils/pom.xml +++ b/csvutils/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/encoding/pom.xml ---------------------------------------------------------------------- diff --git a/encoding/pom.xml b/encoding/pom.xml index 49f046c..c94067d 100644 --- a/encoding/pom.xml +++ b/encoding/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/mime/pom.xml ---------------------------------------------------------------------- diff --git a/mime/pom.xml b/mime/pom.xml index 28302fd..07ca29c 100644 --- a/mime/pom.xml +++ b/mime/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/nquads/pom.xml ---------------------------------------------------------------------- diff --git a/nquads/pom.xml b/nquads/pom.xml index 7c8e57f..7433d20 100644 --- a/nquads/pom.xml +++ b/nquads/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>..</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/plugins/basic-crawler/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml index 75d0eb6..a4ebcf3 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-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-basic-crawler</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</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>${project.parent.version}</version> + <version>0.8.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.any23</groupId> <artifactId>apache-any23-core</artifactId> - <version>${project.parent.version}</version> + <version>0.8.0</version> <type>test-jar</type> <scope>test</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/plugins/html-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml index 4a9b86c..9eaf70b 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-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-html-scraper</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.0.2</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-SNAPSHOT</version> + <version>0.8.0</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/plugins/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml index 2db3c6d..949d04c 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-SNAPSHOT</version> + <version>0.8.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.2-SNAPSHOT</version> + <version>1.0.2</version> </dependency> <dependency> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-office-scraper</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </dependency> <dependency> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-basic-crawler</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</version> </dependency> <!-- BEGIN: Test Dependencies --> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/plugins/office-scraper/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml index 23e2ee9..43a516d 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-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.any23.plugins</groupId> <artifactId>apache-any23-office-scraper</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.1</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-SNAPSHOT</version> + <version>0.8.0</version> <scope>provided</scope> </dependency> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3c24abe..4a340bb 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>org.apache.any23</groupId> <artifactId>apache-any23</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <packaging>pom</packaging> <name>Apache Any23</name> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index cae69bc..3080527 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-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/any23/blob/28f246e3/test-resources/pom.xml ---------------------------------------------------------------------- diff --git a/test-resources/pom.xml b/test-resources/pom.xml index 8a3b64f..7617059 100644 --- a/test-resources/pom.xml +++ b/test-resources/pom.xml @@ -15,14 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>apache-any23</artifactId> <groupId>org.apache.any23</groupId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0</version> <relativePath>../</relativePath> </parent>
