Skip to content

Commit

Permalink
Update version, docker tag to ‘2.0.1’
Browse files Browse the repository at this point in the history
  • Loading branch information
gothub committed Jan 21, 2019
1 parent 40af51c commit d9a89a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: java
notifications:
email: false
jdk:
- oraclejdk8
- oraclejdk8
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- <docker.registry>docker.io</docker.registry> -->
<docker.repo>metadig</docker.repo>
<docker.tag>2.0.0</docker.tag>
<metadig-engine-version>2.0.0</metadig-engine-version>
<docker.tag>2.0.1</docker.tag>
<metadig-engine-version>2.0.1</metadig-engine-version>
</properties>

<modelVersion>4.0.0</modelVersion>

<groupId>edu.ucsb.nceas</groupId>
<artifactId>metadig-webapp</artifactId>
<packaging>war</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>metadig-webapp</name>

<build>
Expand Down

0 comments on commit d9a89a9

Please sign in to comment.