Skip to content

Commit 2a67f25

Browse files
committed
COH-30219 - Include example 510-executor in Maven build (main -> ce/main @ 109223)
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 109226]
1 parent fbf5f68 commit 2a67f25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

prj/examples/guides/510-executor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<properties>
2020
<revision>24.09-SNAPSHOT</revision>
2121

22-
<coherence.group.id>com.oracle.coherence</coherence.group.id>
22+
<coherence.group.id>com.oracle.coherence.ce</coherence.group.id>
2323
<coherence.version>${project.version}</coherence.version>
2424

2525
<java.version>17</java.version>

prj/examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -45,7 +45,7 @@
4545
<module>guides/200-federation</module>
4646
<module>guides/210-ssl</module>
4747
<module>guides/220-performance</module>
48-
<module>guides/460-topics</module>
48+
<module>guides/510-executor</module>
4949
<module>guides/600-response-caching</module>
5050
<module>guides/905-key-association</module>
5151
<module>guides/906-partition-level-transactions</module>

prj/examples/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022 Oracle and/or its affiliates.
2+
* Copyright (c) 2022, 2024 Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
55
* https://oss.oracle.com/licenses/upl.

0 commit comments

Comments
 (0)