This is an automated email from the ASF dual-hosted git repository.

cwiklik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git


The following commit(s) were added to refs/heads/main by this push:
     new e0508e6  fixed build failure
e0508e6 is described below

commit e0508e6a4647ba50a8ec3cb971025803fc2f1168
Author: Jaroslaw Cwiklik <cwik...@jaroslaws-mbp.lan>
AuthorDate: Thu Jun 17 13:20:47 2021 -0400

    fixed build failure
---
 uima-as-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/uima-as-parent/pom.xml b/uima-as-parent/pom.xml
index db11aef..13d3e14 100644
--- a/uima-as-parent/pom.xml
+++ b/uima-as-parent/pom.xml
@@ -107,11 +107,11 @@
       </releases>
     </repository>
 
-    <repository>
+    <!--repository>
       <id>${eclipseP2RepoId}</id>
       <url>${eclipseP2RepoUrl}</url>
       <layout>p2</layout>
-    </repository>
+    </repository-->
 
     
   </repositories>
@@ -138,8 +138,8 @@
     <uimaScmProject>${project.artifactId}</uimaScmProject>
 
 
-    <eclipseP2RepoId>org.eclipse.p2.201812</eclipseP2RepoId>
-    
<eclipseP2RepoUrl>http://download.eclipse.org/releases/2018-12/</eclipseP2RepoUrl>
+    <!--eclipseP2RepoId>org.eclipse.p2.201812</eclipseP2RepoId>
+    
<eclipseP2RepoUrl>http://download.eclipse.org/releases/2018-12/</eclipseP2RepoUrl-->
 
     <!-- level of uimaj sdk this release depends on -->
     <uimajDependencyVersion>2.10.3</uimajDependencyVersion>

Reply via email to