Skip to content

Commit 413b016

Browse files
authored
Merge pull request #160 from Alvearie/dri-m-prepForv131
prep main to snapshot a new release
2 parents c78e4d5 + 2efed7a commit 413b016

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build/maven.build-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fi
3030
# If the branch is master, use the ${RELEASE_VERSION}-SNAPSHOT.
3131
# If the branch is a release branch, use the ${RELEASE_VERSION}.
3232
# If the branch is not master, include branch name in the version.
33-
RELEASE_VERSION=1.3.0
33+
RELEASE_VERSION=1.4.0
3434
RELEASE_BUILD=false
3535
mkdir -p .mvn
3636
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`

de-identification-app/chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. It is normally changed when the chart or application changes.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 1.2.1
17+
version: 1.3.0
1818

1919
keywords:
2020
- ibm

de-identification-app/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ replicaCount: 1
44
image:
55
repository: alvearie/deid
66
pullPolicy: IfNotPresent
7-
tag: v1.2.1
7+
tag: v1.3.0
88
service:
99
type: ClusterIP
1010
port: 8080

de-identification-app/src/main/java/com/ibm/whc/deid/app/endpoint/SwaggerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Info info() {
2626
"The Data De-Identification service provides a wide range of de-identification capabilities designed to support GDPR, HIPAA, CCPA and other privacy frameworks allowing customers to meet their regulatory and privacy requirements.")
2727
.license(new License().name("license")
2828
.url("https://github.com/Alvearie/de-identification/blob/master/LICENSE"))
29-
.version("1.3.0")
29+
.version("1.4.0")
3030
.contact(
3131
new Contact().name("Merative").url("https://github.com/Alvearie/de-identification"));
3232
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<properties>
7-
<revision>1.3.0-SNAPSHOT</revision>
7+
<revision>1.4.0-SNAPSHOT</revision>
88
<!-- see org.springframework.boot:spring-boot-dependencies for additional managed dependency versions -->
99
<mockito.version>1.10.19</mockito.version>
1010
<commons-csv.version>1.8</commons-csv.version>

0 commit comments

Comments
 (0)