Skip to content

Commit

Permalink
Revert the module name to avoid downstream breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Feb 14, 2025
1 parent 1a81212 commit 9815688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<groupId>com.ethlo.time</groupId>
<packaging>bundle</packaging>
<artifactId>itu</artifactId>
<version>1.12.0</version>
<version>1.13.0-SNAPSHOT</version>
<name>Internet Time Utility</name>
<description>Extremely fast date-time parser and formatter - RFC 3339 (ISO 8601 profile) and W3C format
</description>
Expand Down Expand Up @@ -366,7 +366,7 @@ limitations under the License.
<jvmVersion>9</jvmVersion>
<module>
<moduleInfo>
<name>com.ethlo.time.itu</name>
<name>com.ethlo.time</name>
<exports>
!com.ethlo.time.internal*;
*;
Expand Down

0 comments on commit 9815688

Please sign in to comment.