Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Haraldsen committed Feb 13, 2025
1 parent 2dc30b1 commit 1a81212
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add dependency
<dependency>
<groupId>com.ethlo.time</groupId>
<artifactId>itu</artifactId>
<version>1.11.0</version>
<version>1.12.0</version>
</dependency>
```

Expand Down
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-SNAPSHOT</version>
<version>1.12.0</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 @@ -265,7 +265,7 @@ limitations under the License.
<includes>
<include>README.md</include>
</includes>
<targetPath>/</targetPath>
<targetPath>${project.basedir}</targetPath>
</resource>
</resources>
</build>
Expand Down

0 comments on commit 1a81212

Please sign in to comment.