Repository: any23
Updated Branches:
refs/heads/master 57c355a03 -> 0d1d21b11
[maven-release-plugin] prepare release any23-2.2
Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/0d1d21b1
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/0d1d21b1
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/0d1d21b1
Branch: refs/heads/master
Commit: 0d1d21b110b603c23f0ee12bd7e70ccc5c5c8bbf
Parents: 57c355a
Author: Lewis John McGibbney <lewis.mcgibbney@gmail.com>
Authored: Thu Mar 1 14:58:37 2018 -0800
Committer: Lewis John McGibbney <lewis.mcgibbney@gmail.com>
Committed: Thu Mar 1 14:58:37 2018 -0800
----------------------------------------------------------------------
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/integration-test/pom.xml | 2 +-
plugins/office-scraper/pom.xml | 4 ++--
plugins/openie/pom.xml | 2 +-
pom.xml | 4 ++--
service/pom.xml | 2 +-
test-resources/pom.xml | 2 +-
14 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 8f62968..4b77344 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index e149a1f..1445fe2 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 59611d4..d72601d 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/csvutils/pom.xml
----------------------------------------------------------------------
diff --git a/csvutils/pom.xml b/csvutils/pom.xml
index faeebb5..652c31d 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/encoding/pom.xml
----------------------------------------------------------------------
diff --git a/encoding/pom.xml b/encoding/pom.xml
index 424749c..5c0fec8 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/mime/pom.xml
----------------------------------------------------------------------
diff --git a/mime/pom.xml b/mime/pom.xml
index 6892b65..7597ed9 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/plugins/basic-crawler/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml
index 591e467..2ec107a 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,14 +43,14 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</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.2-SNAPSHOT</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-cli</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/plugins/html-scraper/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml
index 7f05431..c54a6f0 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/plugins/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/integration-test/pom.xml b/plugins/integration-test/pom.xml
index c99a7e0..6246ec9 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>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/plugins/office-scraper/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml
index 7f23f5d..cb577ef 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23-core</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/plugins/openie/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/openie/pom.xml b/plugins/openie/pom.xml
index cbbc141..4d17694 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 64731ff..e5318f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.any23</groupId>
<artifactId>apache-any23</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.2</version>
<packaging>pom</packaging>
<name>Apache Any23</name>
@@ -246,7 +246,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>HEAD</tag>
+ <tag>any23-2.2</tag>
</scm>
<issueManagement>
<system>JIRA</system>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/service/pom.xml
----------------------------------------------------------------------
diff --git a/service/pom.xml b/service/pom.xml
index b59706b..0700a54 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/any23/blob/0d1d21b1/test-resources/pom.xml
----------------------------------------------------------------------
diff --git a/test-resources/pom.xml b/test-resources/pom.xml
index 9123d66..a62d60c 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.2-SNAPSHOT</version>
+ <version>2.2</version>
<relativePath>../</relativePath>
</parent>
|