summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/build.gradle2
-rw-r--r--java/buildSrc/.gitignore1
-rw-r--r--java/buildSrc/build.gradle2
-rw-r--r--java/demo/Ice/applet/build.gradle2
-rw-r--r--java/demo/README6
-rw-r--r--java/gradle/library.gradle2
-rw-r--r--java/src/IceGridGUI/build.gradle2
-rw-r--r--java/src/IceGridGUI/src/main/java/IceGridGUI/Coordinator.java2
8 files changed, 10 insertions, 9 deletions
diff --git a/java/build.gradle b/java/build.gradle
index 0a0c77865e8..2c7f9eae014 100644
--- a/java/build.gradle
+++ b/java/build.gradle
@@ -23,7 +23,7 @@ subprojects {
}
}
maven {
- url 'http://repo.zeroc.com/nexus/content/repositories/thirdparty'
+ url 'https://repo.zeroc.com/nexus/content/repositories/thirdparty'
}
}
diff --git a/java/buildSrc/.gitignore b/java/buildSrc/.gitignore
new file mode 100644
index 00000000000..76f86cbdaac
--- /dev/null
+++ b/java/buildSrc/.gitignore
@@ -0,0 +1 @@
+buildSrc.pom
diff --git a/java/buildSrc/build.gradle b/java/buildSrc/build.gradle
index ea39e757c2a..26a9b456dbd 100644
--- a/java/buildSrc/build.gradle
+++ b/java/buildSrc/build.gradle
@@ -9,7 +9,7 @@ task writeNewPom {
} << {
pom {
project {
- url 'http://www.zeroc.com'
+ url 'https://www.zeroc.com'
packaging 'jar'
groupId 'com.zeroc.gradle.plugins'
artifactId 'ice-gradle-plugin'
diff --git a/java/demo/Ice/applet/build.gradle b/java/demo/Ice/applet/build.gradle
index fadd656e60c..7ab6e8180fb 100644
--- a/java/demo/Ice/applet/build.gradle
+++ b/java/demo/Ice/applet/build.gradle
@@ -32,7 +32,7 @@ dependencies {
buildscript {
repositories {
maven {
- url 'http://repo.zeroc.com/nexus/content/repositories/thirdparty'
+ url 'https://repo.zeroc.com/nexus/content/repositories/thirdparty'
}
}
if (!useLocalOnly) {
diff --git a/java/demo/README b/java/demo/README
index 4132d40fc49..59e44463dfa 100644
--- a/java/demo/README
+++ b/java/demo/README
@@ -6,7 +6,7 @@ on the demos.
The Manual directory contains demos for some of the code examples in
the Ice manual available online:
- http://doc.zeroc.com/display/Ice/Ice+Manual
+ https://doc.zeroc.com/display/Ice/Ice+Manual
-For more examples of the features of the Ice services (Glacier2, IceGrid,
-IceStorm) please see the demos in the Ice for C++ distribution.
+For more examples of the features of the Ice services (Glacier2,
+IceGrid, IceStorm) please see the Ice for C++ demos.
diff --git a/java/gradle/library.gradle b/java/gradle/library.gradle
index cdf320bf5f9..fc4e1bd7bd4 100644
--- a/java/gradle/library.gradle
+++ b/java/gradle/library.gradle
@@ -15,7 +15,7 @@ task writeNewPom {
} << {
pom {
project {
- url 'http://www.zeroc.com'
+ url 'https://www.zeroc.com'
packaging 'jar'
// TODO: Extend with licensing information.
}
diff --git a/java/src/IceGridGUI/build.gradle b/java/src/IceGridGUI/build.gradle
index 30d11a2f07e..24e9b383c5d 100644
--- a/java/src/IceGridGUI/build.gradle
+++ b/java/src/IceGridGUI/build.gradle
@@ -61,7 +61,7 @@ jar {
buildscript {
repositories {
maven {
- url 'http://repo.zeroc.com/nexus/content/repositories/thirdparty'
+ url 'https://repo.zeroc.com/nexus/content/repositories/thirdparty'
}
}
dependencies {
diff --git a/java/src/IceGridGUI/src/main/java/IceGridGUI/Coordinator.java b/java/src/IceGridGUI/src/main/java/IceGridGUI/Coordinator.java
index fceaef8a56a..e7073d598f4 100644
--- a/java/src/IceGridGUI/src/main/java/IceGridGUI/Coordinator.java
+++ b/java/src/IceGridGUI/src/main/java/IceGridGUI/Coordinator.java
@@ -3354,7 +3354,7 @@ public class Coordinator
{
try
{
- desktop.browse(new URI("http://doc.zeroc.com/display/Rel/Ice+" + version + "+IceGrid+Admin"));
+ desktop.browse(new URI("https://doc.zeroc.com/display/Rel/Ice+" + version + "+IceGrid+Admin"));
}
catch(Exception e)
{