Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #180 from cmgrote/release-2.1
Browse files Browse the repository at this point in the history
Moves to release version
  • Loading branch information
cmgrote authored Aug 13, 2020
2 parents 64c4cc6 + ab89eca commit ef11a44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apache-atlas-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-hadoop-ecosystem</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions cts/charts/ec-cts-apacheatlas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ logging:
imageDefaults:
registry: docker.io
namespace: odpi
tag: latest
pullPolicy: IfNotPresent
tag: 2.1
pullPolicy: Always

egeria:
user: myuser
cohort: coco
server: myserver

release:
version: 2.1-SNAPSHOT
repo: snapshot
version: 2.1
repo: staging

image:
egeria:
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-hadoop-ecosystem</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

<groupId>org.odpi.egeria</groupId>
<artifactId>egeria-connector-hadoop-ecosystem</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>

<url>https://odpi.github.io/Egeria</url>

Expand Down Expand Up @@ -80,7 +80,7 @@
<packaging>pom</packaging>

<properties>
<open-metadata.version>2.1-SNAPSHOT</open-metadata.version>
<open-metadata.version>2.1</open-metadata.version>
<!-- Level of Java -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit ef11a44

Please sign in to comment.