Skip to content

Commit 134930e

Browse files
author
Tim Middleton
authored
Remove old snapshot repo (#346)
* Remove old snapshot repo * Update jib version
1 parent 969db1a commit 134930e

2 files changed

Lines changed: 15 additions & 26 deletions

File tree

java/pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<version.lib.asciidoctor.diagram>2.2.1</version.lib.asciidoctor.diagram>
4747
<version.lib.commonjava.directory>1.0</version.lib.commonjava.directory>
4848
<version.plugin.helidon-build-tools>4.0.16</version.plugin.helidon-build-tools>
49-
<version.plugin.jib>3.4.3</version.plugin.jib>
49+
<version.plugin.jib>3.4.6</version.plugin.jib>
5050
<version.plugin.maven.assembly>3.3.0</version.plugin.maven.assembly>
5151
<version.plugin.maven.compiler>3.7.0</version.plugin.maven.compiler>
5252
<version.plugin.maven.dependency>3.2.0</version.plugin.maven.dependency>
@@ -475,16 +475,5 @@
475475
<enabled>true</enabled>
476476
</snapshots>
477477
</repository>
478-
479-
<repository>
480-
<id>snapshots-repo-old</id>
481-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
482-
<releases>
483-
<enabled>false</enabled>
484-
</releases>
485-
<snapshots>
486-
<enabled>true</enabled>
487-
</snapshots>
488-
</repository>
489478
</repositories>
490479
</project>

scripts/run-compat-ce.sh

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@
99
# Run compatability tests
1010
set -e
1111

12-
echo "Coherence CE 22.06.12"
13-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=22.06.12 make clean build-test-images test-e2e-standalone
12+
echo "Coherence CE 22.06.13"
13+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=22.06.13 make clean build-test-images test-e2e-standalone
1414

15-
echo "Coherence CE 14.1.2-0-2"
16-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-2 make clean build-test-images test-e2e-standalone
15+
echo "Coherence CE 14.1.2-0-3"
16+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=14.1.2-0-3 make clean build-test-images test-e2e-standalone
1717

18-
echo "Coherence CE 25.03.1"
19-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=25.03.1 make clean build-test-images test-e2e-standalone
18+
echo "Coherence CE 25.03.2"
19+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 COHERENCE_VERSION=25.03.2 make clean build-test-images test-e2e-standalone
2020

21-
echo "Coherence CE 25.03.1 with Executor"
22-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,executor COHERENCE_VERSION=25.03.1 make clean build-test-images test-e2e-standalone
21+
echo "Coherence CE 25.03.2 with Executor"
22+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,executor COHERENCE_VERSION=25.03.2 make clean build-test-images test-e2e-standalone
2323

24-
echo "Coherence CE 14.1.1-0-19"
25-
COHERENCE_VERSION=14.1.1-0-19 make clean build-test-images test-e2e-standalone
24+
echo "Coherence CE 14.1.1-0-22"
25+
COHERENCE_VERSION=14.1.1-0-22 make clean build-test-images test-e2e-standalone
2626

27-
echo "Coherence CE 25.03.1 with Topics"
28-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,topics COHERENCE_VERSION=25.03.1 make clean build-test-images test-e2e-topics
27+
echo "Coherence CE 25.03.2 with Topics"
28+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,topics COHERENCE_VERSION=25.03.2 make clean build-test-images test-e2e-topics
2929

30-
echo "Coherence CE 25.03.1 with View Caches"
31-
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,views COHERENCE_VERSION=25.03.1 make clean build-view-images test-e2e-views
30+
echo "Coherence CE 25.03.2 with View Caches"
31+
COHERENCE_BASE_IMAGE=gcr.io/distroless/java17-debian12 PROFILES=,views COHERENCE_VERSION=25.03.2 make clean build-view-images test-e2e-views
3232

3333
# Security Enabled
3434
export COMPUTERNAME=server1

0 commit comments

Comments
 (0)