Skip to content

Commit 1ff1ad7

Browse files
author
Morten Haraldsen
committed
v1.11.0
1 parent cd5ad4a commit 1ff1ad7

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ Add dependency
3333
<dependency>
3434
<groupId>com.ethlo.time</groupId>
3535
<artifactId>itu</artifactId>
36-
<version>1.11.0-SNAPSHOT</version>
37-
<!-- If you want to use minified JAR -->
38-
<classifier>small</classifier>
36+
<version>1.11.0</version>
3937
</dependency>
4038
```
4139

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323
<groupId>com.ethlo.time</groupId>
2424
<packaging>jar</packaging>
2525
<artifactId>itu</artifactId>
26-
<version>1.11.0-SNAPSHOT</version>
26+
<version>1.11.0</version>
2727
<name>Internet Time Utility</name>
2828
<description>Extremely fast date-time parser and formatter - RFC 3339 (ISO 8601 profile) and W3C format
2929
</description>

src/site/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Add dependency
3434
<groupId>com.ethlo.time</groupId>
3535
<artifactId>itu</artifactId>
3636
<version>${project.version}</version>
37-
<!-- If you want to use minified JAR -->
38-
<classifier>small</classifier>
3937
</dependency>
4038
```
4139

0 commit comments

Comments
 (0)