This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new 1df40a5 [maven-release-plugin] prepare release any23-2.3
1df40a5 is described below
commit 1df40a5e9ddd153b14ff8647e8af70aebb148d70
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Feb 11 10:04:55 2019 -0800
[maven-release-plugin] prepare release any23-2.3
---
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/office-scraper/pom.xml | 4 ++--
plugins/openie/pom.xml | 2 +-
pom.xml | 4 ++--
service/pom.xml | 2 +-
test-resources/pom.xml | 2 +-
13 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index 18ea19b..b6f3d23 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>
diff --git a/cli/pom.xml b/cli/pom.xml
index 22ec356..cd6f8f5 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>
diff --git a/core/pom.xml b/core/pom.xml
index 9db8ced..aaca698 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index 0cb1793..98ac138 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 006fa77..0e1a6d3 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>
diff --git a/mime/pom.xml b/mime/pom.xml
index 8ba5d20..455ef33 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>
diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml
index 685a1e7..a674b5a 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,14 +43,14 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3</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.4-SNAPSHOT</version>
+ <version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-cli</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml
index 4ed4594..128440a 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3</version>
<scope>provided</scope>
</dependency>
diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml
index 8c0d821..a3f813c 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3</version>
<scope>provided</scope>
</dependency>
diff --git a/plugins/openie/pom.xml b/plugins/openie/pom.xml
index 35811f7..2355212 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 55c59e6..5a01e38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23</artifactId>
- <version>2.4-SNAPSHOT</version>
+ <version>2.3</version>
<packaging>pom</packaging>
<name>Apache Any23</name>
@@ -246,7 +246,7 @@
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/any23.git</developerConnection>
<connection>scm:git:http://gitbox.apache.org/repos/asf/any23.git</connection>
<url>https://gitbox.apache.org/repos/asf/any23.git</url>
- <tag>HEAD</tag>
+ <tag>any23-2.3</tag>
</scm>
<issueManagement>
<system>JIRA</system>
diff --git a/service/pom.xml b/service/pom.xml
index d729a0b..45512e2 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index c353f33..572320b 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.4-SNAPSHOT</version>
+ <version>2.3</version>
<relativePath>../</relativePath>
</parent>