Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charvolant committed Feb 9, 2021
1 parent d589cb0 commit cc239bd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_install:
- cd $TRAVIS_BUILD_DIR
- echo TRAVIS_PULL_REQUEST = ${TRAVIS_PULL_REQUEST}
script:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && mvn -P travis clean install deploy || mvn -P travis clean install'
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then mvn -P travis clean install deploy; else mvn -P travis clean install; fi'
env:
global:
- secure: "BuIjgXY9lGlC1/WhW3Ic6+2V3ZgOU1aE1nEwcZ2FcJcroYMbOHgzhk7snsqTRekwmiRkqyBkvVVTeXp+j9Z2LuhMKN4A3S5LXCbC/7oOXZHvS/m03rV3qlkOTTPLG/wpTIBiBX35gG2EMpsv9RynJ95nRDH8qL2EdTPMhPa24UREcB3hB+47ecV9cU8jRduyjhm3rQDXUr9/t/bRQzwh3YK6ONlebSZSXecw4eCdlV0qjkOLEk9Lk6ZpPri94kscsqcfitnQ9Xr704PmarJEVhRerl5k/Lzx5feUWBGIegi9QWqmS+5i/LuxNq4kza8S3c+qEe3mfnaga9t6Y7EQClUV4VHPfA97fh6cPxyyI/tLn5mXe0RFyY7mYRzPgB4G/ZMfKjPt/flSKSsDjsywIGz1w7P+a4hsZrbg0ty+1rgYseUAI0+EhT8oQNAU6d6UHd/UHTZw624DdPbiC/C2EdTJyGuy2ibwhHWG09fWBcbI5ybaT20xypjITjBXgTUeXAQRZKwqz//qI99zFVyQOTlEU83XS6fmVW8zLek4mSKsEIzLJpflP1p6vMhRQjEtHaOBtTKfgJsHJ6aUCQ/X2LW4Rdrq9FtnZFqCCzBr3hmyNSaoIkdLwPC3lkv2kOuvYJ3o8X+NS95GZAW+yQhvUqZVFHOoaLhz6fJAZKzrl0E="
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ALA Sensitive Data Service [![Build Status](https://travis-ci.org/AtlasOfLivingAustralia/ala-sensitive-data-service.svg?branch=master)](https://travis-ci.org/AtlasOfLivingAustralia/ala-sensitive-data-service)
# ALA Sensitive Data Service [![Build Status](https://travis-ci.com/AtlasOfLivingAustralia/ala-sensitive-data-service.svg?branch=master)](https://travis-ci.com/AtlasOfLivingAustralia/ala-sensitive-data-service)

This priovides a set of web services for sensitive data evaluation, using the `sds` library.
It consists of three components. all with maven groupId `au.org.ala.sds`:
Expand Down Expand Up @@ -106,11 +106,11 @@ same way that lat/long are.
Change directory to the `ala-sensitive-data-server` module.

```shell script
docker build -f docker/Dockerfile . -t ala-sensitive-data-service:v20200214-2
docker build -f docker/Dockerfile . -t ala-sensitive-data-service:v20200214-3
```

to use ALA namematching index and for use the GBIF backbone:

```shell script
docker build -f docker/Dockerfile . -t ala-sensitive-data-service:v20200214-2 --build-arg ENV=gbif-backbone
docker build -f docker/Dockerfile . -t ala-sensitive-data-service:v20200214-3 --build-arg ENV=gbif-backbone
```
2 changes: 1 addition & 1 deletion ala-sensitive-data-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ala-sensitive-data-service</artifactId>
<groupId>au.org.ala.sds</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ala-sensitive-data-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ala-sensitive-data-service</artifactId>
<groupId>au.org.ala.sds</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion ala-sensitive-data-server/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mkdir -p /data/ala-sensitive-data-service/config
RUN mkdir -p /data/sds/config
RUN mkdir -p /data/biocache/layers

COPY ./target/ala-sensitive-data-server-1.1-SNAPSHOT.jar /data/ala-sensitive-data-server.jar
COPY ./target/ala-sensitive-data-server-1.1.jar /data/ala-sensitive-data-server.jar
COPY ./docker/config.yml /data/config.yml
COPY ./docker/sds-config.properties /data/sds/config/sds-config.properties

Expand Down
2 changes: 1 addition & 1 deletion ala-sensitive-data-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>ala-sensitive-data-service</artifactId>
<groupId>au.org.ala.sds</groupId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>au.org.ala.sds</groupId>
<artifactId>ala-sensitive-data-service</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>

<name>ALA Sensitive Data Service</name>
Expand Down Expand Up @@ -49,9 +49,9 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sds.version>1.4.6-SNAPSHOT</sds.version>
<sds.version>1.4.6</sds.version>
<dwc-api.version>1.27</dwc-api.version>
<ala-name-matching.version>3.5-SNAPSHOT</ala-name-matching.version>
<ala-name-matching.version>3.5</ala-name-matching.version>
<cache2k.version>1.2.0.Final</cache2k.version>
<jackson.version>2.10.4</jackson.version>
<retrofit.version>2.6.2</retrofit.version>
Expand All @@ -64,7 +64,7 @@
<log4j.version>2.13.2</log4j.version>
<kotlin-stdlib.version>1.3.50</kotlin-stdlib.version>
<lombok.version>1.18.10</lombok.version>
<ala-ws.version>1.0-SNAPSHOT</ala-ws.version>
<ala-ws.version>1.0</ala-ws.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit cc239bd

Please sign in to comment.