This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git
The following commit(s) were added to refs/heads/master by this push:
new 6435273 NOJIRA attempting to force https on the buildbot builds
6435273 is described below
commit 64352734362343341712f8dcec1bca683932f55f
Author: Alex O'Ree <[email protected]>
AuthorDate: Sun Feb 2 13:51:39 2020 -0500
NOJIRA attempting to force https on the buildbot builds
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index 682d778..dac5881 100644
--- a/pom.xml
+++ b/pom.xml
@@ -853,6 +853,13 @@ under the License.
<url>https://repo1.maven.org/maven2</url>
<layout>default</layout>
</repository>
+
+ <repository>
+ <id>central1</id>
+ <name>Maven Central Repository</name>
+ <url>https://repo.maven.org/maven2</url>
+ <layout>default</layout>
+ </repository>
<repository>
<id>jboss3</id>
<name>JBoss 3rd Party</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]