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 #227 from cmgrote/release-2.5
Browse files Browse the repository at this point in the history
Release 2.5
  • Loading branch information
cmgrote authored Dec 16, 2020
2 parents 219142a + ae821d0 commit 36b964b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ placing the file into the `/lib` directory as `/lib/egeria-connector-hadoop-ecos
To download a pre-built version of the connector, use either of the following URLs (depending on whether you want an
officially-released version or the latest snapshot):

- Release: https://odpi.jfrog.io/odpi/egeria-release-local/org/odpi/egeria/egeria-connector-hadoop-ecosystem-package/2.2/egeria-connector-hadoop-ecosystem-package-2.2-jar-with-dependencies.jar
- Release: https://odpi.jfrog.io/odpi/egeria-release-local/org/odpi/egeria/egeria-connector-hadoop-ecosystem-package/2.5/egeria-connector-hadoop-ecosystem-package-2.5-jar-with-dependencies.jar
- Snapshot: https://odpi.jfrog.io/odpi/egeria-snapshot-local/org/odpi/egeria/egeria-connector-hadoop-ecosystem-package/2.5-SNAPSHOT/egeria-connector-hadoop-ecosystem-package-2.5-SNAPSHOT-jar-with-dependencies.jar

#### Building the connector yourself
Expand Down
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.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions cts/charts/ec-cts-apacheatlas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ egeria:
server: myserver

release:
version: 2.5-SNAPSHOT
repo: snapshot
version: 2.5
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.5-SNAPSHOT</version>
<version>2.5</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.5-SNAPSHOT</version>
<version>2.5</version>

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

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

<properties>
<open-metadata.version>2.5-SNAPSHOT</open-metadata.version>
<open-metadata.version>2.5</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 36b964b

Please sign in to comment.