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/28 06:07:22 UTC

any23 git commit: ANY23-321 fix integration build

Repository: any23
Updated Branches:
  refs/heads/master 394d36a0c -> 57c355a03


ANY23-321 fix integration build


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

Branch: refs/heads/master
Commit: 57c355a037baba68b0cdc45a8fa0084e0cdbdabc
Parents: 394d36a
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Tue Feb 27 22:07:12 2018 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Tue Feb 27 22:07:12 2018 -0800

----------------------------------------------------------------------
 plugins/openie/pom.xml | 21 ---------------------
 pom.xml                | 21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/57c355a0/plugins/openie/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/openie/pom.xml b/plugins/openie/pom.xml
index 64c6806..cbbc141 100644
--- a/plugins/openie/pom.xml
+++ b/plugins/openie/pom.xml
@@ -31,27 +31,6 @@
   <name>Apache Any23 :: Plugins :: OpenIE</name>
   <description>Open Information Extraction module.</description>
 
-  <repositories>
-    <repository>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <id>bintray-allenai-maven</id>
-      <name>bintray</name>
-      <url>http://allenai.bintray.com/maven</url>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <id>bintray-allenai-maven</id>
-      <name>bintray-plugins</name>
-      <url>http://allenai.bintray.com/maven</url>
-    </pluginRepository>
-  </pluginRepositories>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.any23</groupId>

http://git-wip-us.apache.org/repos/asf/any23/blob/57c355a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bac193b..64731ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,27 @@
   <url>http://any23.apache.org</url>
   <inceptionYear>2010</inceptionYear>
 
+  <repositories>
+    <repository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>bintray-allenai-maven</id>
+      <name>bintray</name>
+      <url>http://allenai.bintray.com/maven</url>
+    </repository>
+  </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>bintray-allenai-maven</id>
+      <name>bintray-plugins</name>
+      <url>http://allenai.bintray.com/maven</url>
+    </pluginRepository>
+  </pluginRepositories>
+
   <developers>
     <developer>
       <id>hansbrende</id>