Spring Operator
1142c3e121
DATAREDIS-948 - 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/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).
# 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
Original pull request: #391
2019-03-18 14:57:31 -05:00
Oliver Gierke
f59e3a5ada
DATAREDIS-556 - After release cleanups.
2016-09-29 10:40:58 +02:00
Spring Buildmaster
2189fc1556
DATAREDIS-556 - Prepare next development iteration.
2016-09-29 08:18:44 +00:00
Spring Buildmaster
a9517e690c
DATAREDIS-556 - Release version 1.6.6 (Gosling SR6).
2016-09-29 08:18:44 +00:00
Oliver Gierke
9087e2a55c
DATAREDIS-556 - Prepare 1.6.6 (Gosling SR6).
2016-09-29 09:33:55 +02:00
Oliver Gierke
ac0d2fccae
DATAREDIS-554 - After release cleanups.
2016-09-29 09:13:14 +02:00
Spring Buildmaster
28a44efd8a
DATAREDIS-554 - Prepare next development iteration.
2016-09-20 14:06:05 +00:00
Spring Buildmaster
c79b12a94d
DATAREDIS-554 - Release version 1.6.5.RELEASE.
2016-09-20 14:06:05 +00:00
Oliver Gierke
c36ba43434
DATAREDIS-554 - Prepare 1.6.5 (Gosling SR5).
2016-09-20 15:29:22 +02:00
Oliver Gierke
8165112b02
DATAREDIS-459 - After release cleanups.
2016-02-23 14:18:17 +01:00
Spring Buildmaster
f2665a20f6
DATAREDIS-459 - Prepare next development iteration.
2016-02-23 05:13:46 -08:00
Spring Buildmaster
8fa72046ef
DATAREDIS-459 - Release version 1.6.4 (Gosling SR4).
2016-02-23 05:13:45 -08:00
Oliver Gierke
8be3c7ebd4
DATAREDIS-459 - Prepare 1.6.4 (Gosling SR4).
2016-02-23 12:56:55 +01:00
Christoph Strobl
1e0940d58d
DATAREDIS-419 - Move project build to Maven.
...
- Introduce Maven pom.xml.
- Moved Asciidoctor files to src/main/asciidoc.
- Moved notice.txt etc. to src/main/resources.
- Add logback.xml
- Update Makefile to use maven and pick build profiles.
- Update template.mf to pick up versions in pom.xml
- Add build matrix for spring versions to .travis.yml
- Use container based travis infrastructure.
- Update readme.
Original pull request: #167 .
2016-02-12 09:50:43 +01:00