You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2022/03/12 16:53:14 UTC

[juddi] branch master updated: NOJIRA missed a change with the last release, fixes site links adds dependabot config

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 feaac40  NOJIRA missed a change with the last release, fixes site links adds dependabot config
     new e44f9e5  Merge branch 'master' of https://gitbox.apache.org/repos/asf/juddi
feaac40 is described below

commit feaac4090d93189b4525c57da464f0d1240463e3
Author: Alex O'Ree <al...@apache.org>
AuthorDate: Sat Mar 12 11:52:54 2022 -0500

    NOJIRA missed a change with the last release, fixes site links
    adds dependabot config
---
 .github/dependabot.yml | 11 +++++++++++
 src/site/site.xml      |  5 +----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..4eeafeb
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
+
+version: 2
+updates:
+  - package-ecosystem: "" # See documentation for possible values
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "daily"
diff --git a/src/site/site.xml b/src/site/site.xml
index 41ee936..670de8e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -61,10 +61,7 @@
 		<menu name="Apache jUDDI">
 			<item name="Welcome" href="index.html"/>
 			<item name="Live Demos" href="demos.html">
-				<item name="Prod UI" href="http://uddi-jbossoverlord.rhcloud.com/"/>
-				<item name="Prod SVC" href="http://uddi-jbossoverlord.rhcloud.com/juddiv3/"/>
-				<item name="Sandbox UI" href="http://uddiconsole-jbossoverlord.rhcloud.com/" />
-				<item name="Sandbox SVC" href="http://uddiconsole-jbossoverlord.rhcloud.com/juddiv3/"/>
+				<item name="Sandbox" href="https://demo.apache.juddi.org/"/>
 			</item>
 		</menu>
 		<menu name="Downloads">

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org