Skip to content

Commit

Permalink
refactor: Changed the artifact-id of the test-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jan 20, 2022
1 parent 733d721 commit 77408e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plc4j/drivers/bacnet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>test-generator</artifactId>
<artifactId>plc4j-utils-test-generator</artifactId>
<version>0.10.0-SNAPSHOT</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion plc4j/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<module>raw-sockets</module>

<!-- Utilities for building tests -->
<module>test-generator</module>
<module>test-utils</module>
<module>test-generator</module>
</modules>

</project>
2 changes: 1 addition & 1 deletion plc4j/utils/test-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version>0.10.0-SNAPSHOT</version>
</parent>

<artifactId>test-generator</artifactId>
<artifactId>plc4j-utils-test-generator</artifactId>

<name>PLC4J: Utils: Test-Generator</name>
<description>Generates tests.</description>
Expand Down

0 comments on commit 77408e6

Please sign in to comment.