6 Commits

Author SHA1 Message Date
Artem Bilan
5eadc23231 Upgrade to SI-5.0.13.BUILD-SNAPSHOT 2019-03-27 11:53:10 -04:00
Spring Operator
6eec44936c 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 fixed successfully.

* http://spring.io migrated to:
  https://spring.io ([https](https://spring.io) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.txt migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200).
* http://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ConfigurationContainer.html migrated to:
  https://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ConfigurationContainer.html ([https](https://www.gradle.org/docs/current/dsl/org.gradle.api.artifacts.ConfigurationContainer.html) result 301).
* http://www.gradle.org/docs/current/userguide/dependency_management.html migrated to:
  https://www.gradle.org/docs/current/userguide/dependency_management.html ([https](https://www.gradle.org/docs/current/userguide/dependency_management.html) result 301).
* http://repo.spring.io/libs-snapshot migrated to:
  https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
2019-03-06 09:38:39 -05:00
Andy Wilkinson
ce50b260a8 Apply from publish-maven.gradle again so the pom is created 2017-02-03 08:32:01 -05:00
Gary Russell
e0ad10032e INTEXT-229: Update to SI 5.0; Spring IO Cairo
JIRA: https://jira.spring.io/browse/INTEXT-229

* Move `sourceSets` before applying `spring-io` plugin to let the custom set to be applied for IO tasks as well
2017-02-02 10:40:32 -05:00
Andy Wilkinson
53e7c3a61d Use the latest version of the Spring IO Plugin
Spring IO Platform 2.0 will remove the managed versions .properties
file as support for it has been removed in Spring Boot 1.3.

This commit moves the build onto a new version of the Spring IO Plugin
that uses the Maven bom rather than the properties file.
2015-07-08 15:03:51 +01:00
Artem Bilan
ef6901dde7 INTEXT-116: Migrate to Gradle
JIRA: https://jira.spring.io/browse/INTEXT-116

Fix all compilation and JavaDocs warnings

INTEXT-116: Addressing PR comments
2014-11-13 14:39:48 -05:00