Skip to content

Commit

Permalink
Bump the version to 1.0.2 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed Mar 30, 2019
1 parent 1d1fde5 commit eaf6a2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with the EZID service. For more information, see:
See the javadoc documentation for an overview of usage, as well as the
EZIDServiceTest.java JUnit class for examples of usage.

See the License section below and LICENSE.txt for the details of distributing this software.
See the License section below and LICENSE.txt for the details of distributing this software.

Contributors
------------
Expand Down Expand Up @@ -45,7 +45,7 @@ this snippet should work:
<dependency>
<groupId>edu.ucsb.nceas</groupId>
<artifactId>ezid</artifactId>
<version>1.0.0</version>
<version>1.0.2</version>
<type>jar</type>
</dependency>
</dependencies>
Expand All @@ -55,7 +55,7 @@ We plan to publish the ezid artifacts to Maven Central repositories, but have no

Building the library
--------------------
The library is a standard Maven2 project. To build the library, install Maven2,
The library is a standard Maven2 project. To build the library, install Maven2,
and then run:

$ mvn package
Expand All @@ -78,19 +78,18 @@ License
```
This work was created by the National Center for Ecological Analysis and
Synthesis at the University of California Santa Barbara (UCSB).
Copyright 2011-2104 Regents of the University of California
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.ucsb.nceas</groupId>
<artifactId>ezid</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>ezid</name>
Expand Down

0 comments on commit eaf6a2e

Please sign in to comment.