buildmaster
494f709202
Bumping versions to 4.1.2-SNAPSHOT after release
2024-01-24 12:53:22 +00:00
buildmaster
2b81c317da
Bumping versions to 4.1.1-SNAPSHOT after release
2023-12-06 16:56:23 +00:00
spencergibb
e367df3877
Updates to version 4.1.0-SNAPSHOT
2023-06-14 15:30:13 -04:00
buildmaster
70c77dda9c
Bumping versions to 4.0.4-SNAPSHOT after release
2023-05-24 21:38:54 +00:00
buildmaster
15d412f5cf
Bumping versions to 4.0.3-SNAPSHOT after release
2023-03-28 18:48:26 +00:00
buildmaster
2897b6a047
Bumping versions to 4.0.2-SNAPSHOT after release
2023-01-25 19:41:26 +00:00
buildmaster
ff8d6e15da
Bumping versions to 4.0.1-SNAPSHOT after release
2022-12-16 15:48:54 +00:00
Marcin Grzejszczak
98f51e8dae
Updated dependencies
2022-11-10 19:12:14 +01:00
Marcin Grzejszczak
1ed9002b2f
Merge branch '3.1.x'
2022-06-14 13:46:32 +02:00
Marcin Grzejszczak
a1947ba825
Merge branch '3.1.x'
2022-06-13 10:06:58 +02:00
Marcin Grzejszczak
6ef570ba5b
Fixed the broken samples
2022-05-31 08:56:56 +02:00
spencergibb
9c40dc23be
Bumps to the next snapshot version
2022-05-27 14:21:44 -04:00
buildmaster
e08abcb423
Bumping versions to 3.1.3-SNAPSHOT after release
2022-04-27 19:56:14 +00:00
buildmaster
dae7582225
Bumping versions to 3.1.2-SNAPSHOT after release
2022-02-17 18:29:52 +00:00
Marcin Grzejszczak
a865057d6d
Should work without tests
2022-01-27 12:45:44 +01:00
Spencer Gibb
dffe488857
Updates to version 4.0.0-SNAPSHOT ( #1747 )
...
* Updates to version 4.0.0-SNAPSHOT
Updates to Java 17, framework 6, boot 3 and Jakarta EE
Missing support for versions of rest assured, activemq-pool & jersey-client
* Additional jdk17, spring cloud 2021, boot 3 upgrades
* Fixed invalid version
Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl >
Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com >
2022-01-14 11:18:01 +01:00
buildmaster
6d78e66c90
Bumping versions to 3.1.1-SNAPSHOT after release
2021-12-01 21:52:52 +00:00
spencergibb
185d5794d7
Updates version to 3.1.0-SNAPSHOT
2021-07-09 15:24:48 -04:00
buildmaster
2ffab7b954
Bumping versions to 3.0.4-SNAPSHOT after release
2021-05-27 10:14:43 +00:00
buildmaster
3a6aceedcc
Bumping versions to 3.0.3-SNAPSHOT after release
2021-03-17 22:59:11 +00:00
buildmaster
9a615c8f05
Bumping versions to 3.0.2-SNAPSHOT after release
2021-01-27 22:10:16 +00:00
Marcin Grzejszczak
119d9bdc48
Updated project versions
2020-12-23 17:05:26 +01:00
Marcin Grzejszczak
704cb0534b
Updated version
2020-05-29 15:34:30 +02:00
Olga Maciaszek-Sharma
70ad56feef
Fix parent version in pom files.
2020-04-28 18:01:25 +02:00
Marcin Grzejszczak
ad00a39d17
Bumped versions
2020-01-20 11:22:18 +01:00
buildmaster
d451d5fd8e
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
2019-12-20 14:31:45 +00:00
buildmaster
3fb03b2b80
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
2019-11-26 12:08:31 +00:00
Spring Operator
070c3b0268
URL Cleanup ( #944 )
...
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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* http://foo.bar (UnknownHostException) with 1 occurrences migrated to:
https://foo.bar ([https](https://foo.bar ) result UnknownHostException).
* http://link/to/your/nexus/or/artifactory/or/sth (UnknownHostException) with 1 occurrences migrated to:
https://link/to/your/nexus/or/artifactory/or/sth ([https](https://link/to/your/nexus/or/artifactory/or/sth ) result UnknownHostException).
* http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ) result 404).
## 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/assembly-1.1.3.xsd with 3 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.3.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.3.xsd ) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 82 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.springframework.org/schema/beans/spring-beans.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd ) result 200).
* http://www.springframework.org/schema/integration/spring-integration.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/integration/spring-integration.xsd ([https](https://www.springframework.org/schema/integration/spring-integration.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 164 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 with 6 occurrences
* http://www.springframework.org/schema/beans with 4 occurrences
* http://www.springframework.org/schema/integration with 4 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 87 occurrences
2019-03-27 17:58:23 +01:00
Marcin Grzejszczak
fbea35edf4
Hoxton
2019-03-08 17:07:28 +01:00
buildmaster
029312f814
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
2019-03-05 20:30:55 +00:00
Marcin Grzejszczak
8ce80e6e7f
Applied checkstyle rules
2019-02-08 18:20:59 +01:00
buildmaster
6597c6eec2
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
2019-01-22 20:46:19 +00:00
Marcin Grzejszczak
fbee744992
Bump to Greenwich, 2.1.0
2018-07-19 15:00:13 +02:00
buildmaster
3be8122604
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
2018-06-19 01:35:06 +00:00
Marcin Grzejszczak
80f0e66292
Revert "Revert "Merge branch 'master' into 2.0.x""
...
This reverts commit 822dd4b732 .
2017-12-20 16:37:38 +01:00
Marcin Grzejszczak
822dd4b732
Revert "Merge branch 'master' into 2.0.x"
...
This reverts commit 63a1981f54 , reversing
changes made to 0cca942e86 .
2017-12-20 16:31:52 +01:00
Marcin Grzejszczak
2d7055560f
Going back to snapshots
2017-06-29 08:34:29 +02:00
Marcin Grzejszczak
76e47bfdec
Update SNAPSHOT to 2.0.0.M1
2017-06-29 08:24:17 +02:00
Marcin Grzejszczak
c1fca13f12
Initial commit
2017-06-15 14:56:18 +02:00
Marcin Grzejszczak
464e886bb8
Added versions
2017-05-26 22:03:29 +02:00
Marcin Grzejszczak
76de9cec36
Bumped versions after release
2017-05-26 14:57:34 +02:00
Marcin Grzejszczak
e9770c6ac2
Fixed the build
2017-04-24 15:05:43 +02:00
Marcin Grzejszczak
1a22c00359
Merge branch '1.0.x'
2017-04-14 17:10:17 +02:00
Marcin Grzejszczak
ef9c567d46
Going back to snapshots
2017-03-10 15:00:53 +01:00
Marcin Grzejszczak
e36a6e2b56
Going back to snapshots
2017-01-30 11:47:27 +01:00
Marcin Grzejszczak
dfceed2ce1
Bumping versions before release
2017-01-30 11:41:56 +01:00
Marcin Grzejszczak
bacde76798
Going back to snapshots
2017-01-12 15:58:06 +01:00
Marcin Grzejszczak
bc37cc9a1a
Bumping version before release
2017-01-12 15:28:20 +01:00
Marcin Grzejszczak
d8ff715527
Bumped up version to 1.1.0
2016-12-07 14:34:56 +01:00
Marcin Grzejszczak
7a347da55a
Going back to snapshots
2016-11-24 18:58:50 +01:00