Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
Updates parent pom.
  • Loading branch information
khituras committed Nov 14, 2017
1 parent b123cb1 commit 08f7d9f
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 @@ -2,7 +2,7 @@
A collection of small commonly useful utilities and helpers for Java.
This project should be extended by other commonly useful classes and methods.

BEFORE EXTENDING this project, please be (reasonibly) sure that the desired functionality is not already contained in another libarary. Candidates to check are
BEFORE EXTENDING this project, please be (reasonably) sure that the desired functionality is not already contained in another libarary. Candidates to check are
* [Apache Commons](https://commons.apache.org), check the components on the page
* [Google Guava](https://commons.apache.org/proper/commons-lang/), [Java API Docs](http://google.github.io/guava/releases/23.0/api/docs/)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>julielab-java-utilities</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>julielab-java-utilities</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -17,6 +17,6 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>julielab-parent</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
</project>

0 comments on commit 08f7d9f

Please sign in to comment.