Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release any23-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewismc committed May 13, 2014
1 parent c7eae61 commit aae5baf
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion csvutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion encoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion mime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion nquads/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
8 changes: 4 additions & 4 deletions plugins/basic-crawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions plugins/html-scraper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
8 changes: 4 additions & 4 deletions plugins/integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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 -->
Expand Down
6 changes: 3 additions & 3 deletions plugins/office-scraper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion test-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit aae5baf

Please sign in to comment.