184 Commits

Author SHA1 Message Date
Mark Paluch
f33264edbd SGF-843 - After release cleanups. 2019-08-05 10:57:37 +02:00
Mark Paluch
66cbbb2ebc SGF-843 - Prepare next development iteration. 2019-08-05 10:57:37 +02:00
Mark Paluch
d566e1a881 SGF-843 - Release version 1.9.23 (Ingalls SR23). 2019-08-05 10:37:40 +02:00
Mark Paluch
181cb64f48 SGF-843 - Prepare 1.9.23 (Ingalls SR23). 2019-08-05 10:37:16 +02:00
Mark Paluch
902d9c79da SGF-847 - Cleanup release profile.
Reuse inherited configuration from parent pom.
2019-07-09 11:49:41 +02:00
Greg Turnquist
c070a4e502 SGF-847 - Use parent 'artifactory' profile. 2019-07-03 16:39:30 -05:00
Greg Turnquist
09a555f51a SGF-847 - Set user.name and user.home for CI jobs. 2019-06-24 15:17:49 -05:00
Greg Turnquist
edf3e8f493 SGF-847 - Introduce Jenkins. 2019-05-29 08:26:14 -05:00
Mark Paluch
f3a08e3d80 SGF-840 - After release cleanups. 2019-05-13 18:14:55 +02:00
Mark Paluch
283b4b9718 SGF-840 - Prepare next development iteration. 2019-05-13 18:14:52 +02:00
Mark Paluch
f0f8241b4a SGF-840 - Release version 1.9.22 (Ingalls SR22). 2019-05-13 17:25:16 +02:00
Mark Paluch
7c32997753 SGF-840 - Prepare 1.9.22 (Ingalls SR22). 2019-05-13 17:24:28 +02:00
Oliver Drotbohm
9b3836c594 SGF-829 - After release cleanups. 2019-05-10 14:15:20 +02:00
Oliver Drotbohm
18e25ac2d9 SGF-829 - Prepare next development iteration. 2019-05-10 14:15:18 +02:00
Oliver Drotbohm
cc07705f7e SGF-829 - Release version 1.9.21 (Ingalls SR21). 2019-05-10 13:30:51 +02:00
Oliver Drotbohm
f9020b4ddb SGF-829 - Prepare 1.9.21 (Ingalls SR21). 2019-05-10 13:30:15 +02:00
Oliver Drotbohm
62312a1637 SGF-828 - After release cleanups. 2019-04-01 18:16:19 +02:00
Oliver Drotbohm
ae3e0423ca SGF-828 - Prepare next development iteration. 2019-04-01 18:16:18 +02:00
Oliver Drotbohm
2f4d07c270 SGF-828 - Release version 1.9.20 (Ingalls SR20). 2019-04-01 17:40:06 +02:00
Oliver Drotbohm
7a15810752 SGF-828 - Prepare 1.9.20 (Ingalls SR20). 2019-04-01 17:39:38 +02:00
Oliver Drotbohm
baed24945f SGF-814 - After release cleanups. 2019-04-01 13:31:14 +02:00
Oliver Drotbohm
27a8f1430b SGF-814 - Prepare next development iteration. 2019-04-01 13:31:14 +02:00
Oliver Drotbohm
063d94866c SGF-814 - Release version 1.9.19 (Ingalls SR19). 2019-04-01 13:08:18 +02:00
Oliver Drotbohm
a4fbb5e029 SGF-814 - Prepare 1.9.19 (Ingalls SR19). 2019-04-01 13:07:51 +02:00
Spring Operator
d7c08cada8 SGF-827 - 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).

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

* http://docs.oracle.com/javase/6/docs/api/ with 1 occurrences migrated to:
  https://docs.oracle.com/javase/6/docs/api/ ([https](https://docs.oracle.com/javase/6/docs/api/) result 200).
* http://docs.spring.io/spring/docs/current/javadoc-api/ with 1 occurrences migrated to:
  https://docs.spring.io/spring/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring/docs/current/javadoc-api/) result 200).
* http://logging.apache.org/log4j/1.2/apidocs/ with 1 occurrences migrated to:
  https://logging.apache.org/log4j/1.2/apidocs/ ([https](https://logging.apache.org/log4j/1.2/apidocs/) 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://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://github.com/SpringSource/spring-gemfire with 2 occurrences migrated to:
  https://github.com/SpringSource/spring-gemfire ([https](https://github.com/SpringSource/spring-gemfire) 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://www.springsource.org/spring-gemfire with 1 occurrences migrated to:
  https://www.springsource.org/spring-gemfire ([https](https://www.springsource.org/spring-gemfire) result 301).
* http://gemfire.docs.pivotal.io/docs-gemfire/latest/javadocs/japi/ with 1 occurrences migrated to:
  https://gemfire.docs.pivotal.io/docs-gemfire/latest/javadocs/japi/ ([https](https://gemfire.docs.pivotal.io/docs-gemfire/latest/javadocs/japi/) result 302).

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

Resolves gh-105.
2019-03-18 17:17:27 -07:00
Mark Paluch
cdbaa3ed65 SGF-797 - After release cleanups. 2019-01-10 10:46:20 +01:00
Mark Paluch
83e82a4306 SGF-797 - Prepare next development iteration. 2019-01-10 10:46:19 +01:00
Mark Paluch
8cadc18b2e SGF-797 - Release version 1.9.18 (Ingalls SR18). 2019-01-10 09:52:56 +01:00
Mark Paluch
e4877f9cee SGF-797 - Prepare 1.9.18 (Ingalls SR18). 2019-01-10 09:52:13 +01:00
John Blum
fc38a308d8 SGF-806 - Upgrade to Pivotal GemFire 8.2.13. 2018-12-13 08:52:26 -08:00
John Blum
acee973fcc SGF-803 - Remove Google FindBugs dependency. 2018-12-10 09:21:40 -08:00
Mark Paluch
4c547d50d6 SGF-794 - After release cleanups. 2018-11-27 11:10:58 +01:00
Mark Paluch
0d27065fa1 SGF-794 - Prepare next development iteration. 2018-11-27 11:10:56 +01:00
Mark Paluch
b47e999b66 SGF-794 - Release version 1.9.17 (Ingalls SR17). 2018-11-27 10:15:44 +01:00
Mark Paluch
f6d46f8de4 SGF-794 - Prepare 1.9.17 (Ingalls SR17). 2018-11-27 10:14:58 +01:00
Mark Paluch
2892bc907d SGF-784 - After release cleanups. 2018-10-15 13:55:50 +02:00
Mark Paluch
26143ebf8c SGF-784 - Prepare next development iteration. 2018-10-15 13:55:49 +02:00
Mark Paluch
b9bbc21aa2 SGF-784 - Release version 1.9.16 (Ingalls SR16). 2018-10-15 12:56:30 +02:00
Mark Paluch
d284f63822 SGF-784 - Prepare 1.9.16 (Ingalls SR16). 2018-10-15 12:55:35 +02:00
John Blum
05ece5f48c SGF-786 - Upgrade to Pivotal GemFire 8.2.12. 2018-09-10 09:56:46 -07:00
Mark Paluch
c845e4265f SGF-772 - After release cleanups. 2018-09-10 10:01:43 +02:00
Mark Paluch
f128217ef7 SGF-772 - Prepare next development iteration. 2018-09-10 10:01:42 +02:00
Mark Paluch
67994ec645 SGF-772 - Release version 1.9.15 (Ingalls SR15). 2018-09-10 09:30:35 +02:00
Mark Paluch
5c55c21a75 SGF-772 - Prepare 1.9.15 (Ingalls SR15). 2018-09-10 09:29:51 +02:00
Mark Paluch
f834d75e35 SGF-762 - After release cleanups. 2018-07-27 11:09:41 +02:00
Mark Paluch
7784547ea7 SGF-762 - Prepare next development iteration. 2018-07-27 11:09:38 +02:00
Mark Paluch
9554364437 SGF-762 - Release version 1.9.14 (Ingalls SR14). 2018-07-27 09:21:39 +02:00
Mark Paluch
56f77ca25b SGF-762 - Prepare 1.9.14 (Ingalls SR14). 2018-07-27 09:20:28 +02:00
Mark Paluch
9109da7d86 SGF-743 - After release cleanups. 2018-06-13 14:42:35 +02:00
Mark Paluch
171d281da4 SGF-743 - Prepare next development iteration. 2018-06-13 14:42:33 +02:00