Skip to content

Commit

Permalink
Rename core module to channels
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jul 15, 2024
1 parent 02b8582 commit 2227ef2
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</dependency>
<dependency>
<groupId>com.softwaremill.jox</groupId>
<artifactId>core</artifactId>
<artifactId>channels</artifactId>
<version>0.2.1</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml → channels/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.2.1</version>
</parent>

<artifactId>core</artifactId>
<artifactId>channels</artifactId>
<version>0.2.1</version>
<packaging>jar</packaging>

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</properties>

<modules>
<module>core</module>
<module>channels</module>
<module>bench</module>
</modules>

Expand Down

0 comments on commit 2227ef2

Please sign in to comment.