Spring Operator
eeaba86046
URL Cleanup ( #92 )
...
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/xsd/maven-4.0.0.xsd with 3 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://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://www.spring.io with 6 occurrences migrated to:
https://www.spring.io ([https](https://www.spring.io ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 6 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 3 occurrences
2019-03-16 11:34:47 -04:00
Ryan Baxter
bc6b006ea1
Bumping version for next release
2017-05-01 13:55:40 -04:00
Ryan Baxter
769fd97b4b
Revert "Version changes for 1.2.3.RELEASE"
...
This reverts commit 9032d73724 .
2017-05-01 12:01:14 -04:00
Ryan Baxter
9032d73724
Version changes for 1.2.3.RELEASE
2017-05-01 11:56:53 -04:00
Dave Syer
3364e45e20
Revert to snapshots
2017-02-03 09:21:24 +00:00
Dave Syer
28ab788e2c
Update for 1.2.2.RELEASE
2017-02-03 09:20:24 +00:00
Dave Syer
41622b37dc
Revert to snapshots
2016-09-21 11:07:24 +01:00
Dave Syer
2d982d3fa9
Update for 1.2.1
2016-09-21 11:07:24 +01:00
Dave Syer
358898558d
Change repo URLs to https
2016-08-17 17:31:20 +01:00
Dave Syer
840e080b57
Revert to snapshots
2016-08-16 09:48:57 +01:00
Dave Syer
56d5a65d68
Update to 1.2.0.RELEASE
2016-08-16 09:48:08 +01:00
Spencer Gibb
d4541520ba
Update to boot 1.4.0.BUILD-SNAPSHOT and update version to 1.2.0
2016-07-01 13:00:08 -06:00
Dave Syer
14bcd04115
Revert to snapshots
2016-05-10 08:41:48 +01:00
Dave Syer
78ab9c727a
Update to 1.1.1.RELEASE
2016-05-10 08:39:40 +01:00
Dave Syer
52a93ae045
Revert to snspshots
2016-05-06 15:54:22 +01:00
Dave Syer
d6b466bd8c
Update for GA release
2016-05-06 15:53:54 +01:00
Dave Syer
a9f9cef647
Revert to snapshots
2016-04-15 15:11:35 +01:00
Dave Syer
1e9a57bc68
Update to 1.1.0.RC2
2016-04-15 15:11:16 +01:00
Dave Syer
64c5aaf981
Revert to snapshots
2016-03-02 17:33:09 +00:00
Dave Syer
63221718f1
Update for 1.1.0.RC1
2016-03-02 17:32:29 +00:00
Dave Syer
9218d644e8
Add spring repos to spring profile
2016-02-05 06:43:15 +00:00
Dave Syer
7c278824cc
Revert to snapshots
2016-02-04 17:55:14 +00:00
Dave Syer
e68fb07db1
Update to M5
2016-02-04 17:54:22 +00:00
Dave Syer
39f0dc038e
Add gpg plugin to central profile
2016-02-03 16:00:57 +00:00
Dave Syer
8f27f2ebe4
Fix indentation
2016-02-03 09:14:33 +00:00
Dave Syer
0b0adffb3f
Add enforcer plugin optionally for dependency convergence
...
Just do "mvn enforcer:enforce" in any project to see the result
(also prints during a normal build)
2016-01-26 16:01:46 +00:00
Dave Syer
e1fabfc4a2
Add new module for BOMs in other projects
...
The top level project here now is spring-cloud-build and any library
in Spring Cloud should try and use it as a parent to avoid duplicate
plugin and build declarations.
The new module here is spring-cloud-dependencies-parent and all
BOMs in Spring Cloud should use this as a parent (for the same reason).
All sub-projects in Spring Cloud should have a BOM, and if they want to
(usually they do) they can use it to define dependencies by importing
it into their parent.
User's apps should use the spring-cloud-*-dependencies if they need
a BOM (because they do *not* have spring-boot-* as a parent). Then
they can choose a version of Spring Boot more easily (by choosing
a version of spring-boot-starter-parent).
2016-01-07 13:31:43 +00:00