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 #109 from cmgrote/release-1.5
Browse files Browse the repository at this point in the history
Sets version for release
  • Loading branch information
cmgrote authored Mar 6, 2020
2 parents 6118e5a + 4f60ad3 commit 90c2d70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5-SNAPSHOT</version>
<version>1.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: 1.5-SNAPSHOT
repo: snapshot
version: 1.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-apache-atlas</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.5-SNAPSHOT</version>
<version>1.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-apache-atlas</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>

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

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

<properties>
<open-metadata.version>1.5-SNAPSHOT</open-metadata.version>
<open-metadata.version>1.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 90c2d70

Please sign in to comment.