Skip to content

Commit 9e13536

Browse files
committed
refactor: rename samples to smoke test samples
1 parent 2115de4 commit 9e13536

File tree

15 files changed

+7
-7
lines changed

15 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<module>operator-framework-core</module>
7777
<module>operator-framework-junit5</module>
7878
<module>operator-framework</module>
79-
<module>samples</module>
79+
<module>smoke-test-samples</module>
8080
<module>micrometer-support</module>
8181
<module>sample-operators</module>
8282
</modules>
File renamed without changes.

samples/common/pom.xml renamed to smoke-test-samples/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>io.javaoperatorsdk</groupId>
8-
<artifactId>java-operator-sdk-samples</artifactId>
8+
<artifactId>java-operator-sdk-smoke-test-samples</artifactId>
99
<version>1.9.12-SNAPSHOT</version>
1010
</parent>
1111

samples/pom.xml renamed to smoke-test-samples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<version>1.9.12-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>java-operator-sdk-samples</artifactId>
13-
<name>Operator SDK - Samples</name>
14-
<description>Sample usage of the operator sdk</description>
12+
<artifactId>java-operator-sdk-smoke-test-samples</artifactId>
13+
<name>Operator SDK - Smoke Test Samples</name>
14+
<description>Samples to manually smoke the sdk</description>
1515
<packaging>pom</packaging>
1616

1717
<modules>

samples/pure-java/pom.xml renamed to smoke-test-samples/pure-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>io.javaoperatorsdk</groupId>
8-
<artifactId>java-operator-sdk-samples</artifactId>
8+
<artifactId>java-operator-sdk-smoke-test-samples</artifactId>
99
<version>1.9.12-SNAPSHOT</version>
1010
</parent>
1111

samples/spring-boot-plain/pom.xml renamed to smoke-test-samples/spring-boot-plain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<parent>
77
<groupId>io.javaoperatorsdk</groupId>
8-
<artifactId>java-operator-sdk-samples</artifactId>
8+
<artifactId>java-operator-sdk-smoke-test-samples</artifactId>
99
<version>1.9.12-SNAPSHOT</version>
1010
</parent>
1111

0 commit comments

Comments
 (0)