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 c83f413 [maven-release-plugin] prepare for next development iteration
c83f413 is described below
commit c83f413a4323378205c88a89fa9fa2128806358e
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Feb 11 10:05:16 2019 -0800
[maven-release-plugin] prepare for next development iteration
---
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 b6f3d23..18ea19b 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/cli/pom.xml b/cli/pom.xml
index cd6f8f5..22ec356 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/core/pom.xml b/core/pom.xml
index aaca698..9db8ced 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index 98ac138..0cb1793 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 0e1a6d3..006fa77 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/mime/pom.xml b/mime/pom.xml
index 455ef33..8ba5d20 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml
index a674b5a..685a1e7 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,14 +43,14 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</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.3</version>
+ <version>2.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-cli</artifactId>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml
index 128440a..4ed4594 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml
index a3f813c..8c0d821 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
diff --git a/plugins/openie/pom.xml b/plugins/openie/pom.xml
index 2355212..35811f7 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 5a01e38..55c59e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23</artifactId>
- <version>2.3</version>
+ <version>2.4-SNAPSHOT</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>any23-2.3</tag>
+ <tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>
diff --git a/service/pom.xml b/service/pom.xml
index 45512e2..d729a0b 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 572320b..c353f33 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.3</version>
+ <version>2.4-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>