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

Commit

Permalink
Updates to non-snapshot version
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <chris@thegrotes.net>
  • Loading branch information
cmgrote committed Jan 18, 2020
1 parent 5686703 commit a24bbfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-apache-atlas</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.3</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: 1.4-SNAPSHOT
repo: snapshot
version: 1.3
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-apache-atlas</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 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-apache-atlas</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.3</version>

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

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

<properties>
<open-metadata.version>1.4-SNAPSHOT</open-metadata.version>
<open-metadata.version>1.3</open-metadata.version>
<!-- Level of Java -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand All @@ -90,7 +90,7 @@
<!-- Versions of dependent libraries -->
<apacheatlas.version>2.0.0</apacheatlas.version>
<slf4j.version>1.7.30</slf4j.version>
<jackson.version>2.10.2</jackson.version>
<jackson.version>2.10.1</jackson.version>
<spring.version>5.2.2.RELEASE</spring.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
Expand Down

0 comments on commit a24bbfe

Please sign in to comment.