Skip to content

Commit 7550f30

Browse files
committed
Refactor move "examples" to "tests"
1 parent 1543a16 commit 7550f30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+7
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.dinject</groupId>
8-
<artifactId>web-reactor</artifactId>
8+
<artifactId>main-reactor</artifactId>
99
<version>1.0</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>
1313
<module>generator-core</module>
1414
<module>generator-javalin</module>
1515
<module>generator-helidon</module>
16-
<module>examples</module>
16+
<module>tests</module>
1717
</modules>
1818
</project>
1919

examples/pom.xml renamed to tests/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>io.dinject</groupId>
8-
<artifactId>examples-reactor</artifactId>
8+
<artifactId>tests-reactor</artifactId>
99
<version>1.0</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>
13-
<module>example-helidon</module>
14-
<module>example-javalin</module>
13+
<module>test-helidon</module>
14+
<module>test-javalin</module>
1515
</modules>
1616
</project>
1717

File renamed without changes.

examples/example-helidon/pom.xml renamed to tests/test-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>org.example</groupId>
8-
<artifactId>example-helidon</artifactId>
8+
<artifactId>test-helidon</artifactId>
99
<version>1.0</version>
1010

1111
<parent>

0 commit comments

Comments
 (0)