You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2018/02/13 20:27:01 UTC

any23 git commit: Revert to 2.2

Repository: any23
Updated Branches:
  refs/heads/master 413176122 -> 5d3d7159e


Revert to 2.2


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/5d3d7159
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/5d3d7159
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/5d3d7159

Branch: refs/heads/master
Commit: 5d3d7159e56d9ee3ef6c199e410786510b1d390f
Parents: 4131761
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Tue Feb 13 12:26:56 2018 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Tue Feb 13 12:26:56 2018 -0800

----------------------------------------------------------------------
 plugins/basic-crawler/pom.xml  | 8 ++++----
 plugins/html-scraper/pom.xml   | 2 +-
 plugins/office-scraper/pom.xml | 2 +-
 pom.xml                        | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/5d3d7159/plugins/basic-crawler/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/basic-crawler/pom.xml b/plugins/basic-crawler/pom.xml
index 36142d5..591e467 100644
--- a/plugins/basic-crawler/pom.xml
+++ b/plugins/basic-crawler/pom.xml
@@ -43,14 +43,14 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2-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-SNAPSHOT</version>
+      <version>2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-cli</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2-SNAPSHOT</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/any23/blob/5d3d7159/plugins/html-scraper/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/html-scraper/pom.xml b/plugins/html-scraper/pom.xml
index 2d394db..7f05431 100644
--- a/plugins/html-scraper/pom.xml
+++ b/plugins/html-scraper/pom.xml
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/any23/blob/5d3d7159/plugins/office-scraper/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/office-scraper/pom.xml b/plugins/office-scraper/pom.xml
index 4494751..7f23f5d 100644
--- a/plugins/office-scraper/pom.xml
+++ b/plugins/office-scraper/pom.xml
@@ -43,7 +43,7 @@
     <dependency>
       <groupId>org.apache.any23</groupId>
       <artifactId>apache-any23-core</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.2-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/any23/blob/5d3d7159/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cd00910..324764f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.any23</groupId>
   <artifactId>apache-any23</artifactId>
-  <version>2.3-SNAPSHOT</version>
+  <version>2.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Any23</name>