16 Commits

Author SHA1 Message Date
Spring Operator
e779b7ce9e URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org with 1 occurrences migrated to:
  https://maven.apache.org ([https](https://maven.apache.org) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://repo.spring.io/libs-milestone/ with 1 occurrences migrated to:
  https://repo.spring.io/libs-milestone/ ([https](https://repo.spring.io/libs-milestone/) result 200).
* http://repo.spring.io/libs-release/ with 1 occurrences migrated to:
  https://repo.spring.io/libs-release/ ([https](https://repo.spring.io/libs-release/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://static.springframework.org/spring/docs/3.1.x/javadoc-api (301) with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/3.1.x/javadoc-api ([https](https://static.springframework.org/spring/docs/3.1.x/javadoc-api) result 301).
* http://github.com/SpringSource/spring-shell with 2 occurrences migrated to:
  https://github.com/SpringSource/spring-shell ([https](https://github.com/SpringSource/spring-shell) result 301).
* http://repo.springsource.org/libs-milestone with 1 occurrences migrated to:
  https://repo.springsource.org/libs-milestone ([https](https://repo.springsource.org/libs-milestone) result 301).
* http://repo.springsource.org/libs-release with 1 occurrences migrated to:
  https://repo.springsource.org/libs-release ([https](https://repo.springsource.org/libs-release) result 301).
* http://repo.springsource.org/libs-snapshot with 1 occurrences migrated to:
  https://repo.springsource.org/libs-snapshot ([https](https://repo.springsource.org/libs-snapshot) result 301).
* http://repo.springsource.org/plugins-release with 2 occurrences migrated to:
  https://repo.springsource.org/plugins-release ([https](https://repo.springsource.org/plugins-release) result 301).
* http://www.springsource.org/spring-shell with 1 occurrences migrated to:
  https://www.springsource.org/spring-shell ([https](https://www.springsource.org/spring-shell) result 301).
* http://download.oracle.com/javase/6/docs/api with 1 occurrences migrated to:
  https://download.oracle.com/javase/6/docs/api ([https](https://download.oracle.com/javase/6/docs/api) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
2019-03-26 11:50:44 +01:00
mpollack
8c63413609 Gradle: Fix version number and repo location used in sample application for 1.1.0.M1 2013-07-26 14:08:11 -04:00
mpollack
43e328c3ba SHL-105 - Add option to run helloworld example as a gradle run task
Thanks Hu Xi - a898bbc880
2013-07-25 19:51:47 -04:00
mpollack
f7afbca250 Remove FINE logging of what NamedProviders are being used
Add JUnit to sample build files
2013-07-25 17:37:51 -04:00
mpollack
82adda6db9 point to local 1.0.1 build snapshots for sample app. 2012-12-22 03:46:23 +08:00
mpollack
c00c18c51a SHL-75 - Change repository used to pull in custom jline dependency in sample application. 2012-11-15 15:46:18 -05:00
Costin Leau
d2f64ea5d2 reduce sample logging 2012-10-02 22:06:29 +03:00
Costin Leau
0e43c0d6d8 update maven pom 2012-07-18 22:26:18 +03:00
Costin Leau
b353e3e307 update sample 2012-07-18 13:55:13 +03:00
Mark Pollack
fb2ba23587 update sample application 2012-07-17 22:54:25 -04:00
Jarred Li
e038798a29 update sample after package refactor 2012-07-16 10:27:36 +08:00
Mark Pollack
137a0dee78 SHL-43 - Update gradle build of sample application to use application plugin 2012-07-14 08:11:55 -04:00
Jarred Li
456f486048 add version info 2012-05-24 13:34:37 +08:00
Jarred Li
725ef2eeac change version schema 2012-04-11 10:38:10 +08:00
Jarred Li
0bf5a08af0 add spring-shell jar as wordaround 2012-04-09 17:56:38 +08:00
Jarred Li
69f367a290 build with gradle 2012-04-09 16:58:01 +08:00