File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments