Skip to content

Commit

Permalink
Merge pull request #297 from cmgrote/release-1.6
Browse files Browse the repository at this point in the history
Move to release version
  • Loading branch information
cmgrote authored Apr 14, 2020
2 parents 24781a4 + 17576b7 commit 29e1a14
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ placing the file into the `/lib` directory as `/lib/egeria-connector-ibm-informa
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-ibm-information-server-package/1.5/egeria-connector-ibm-information-server-package-1.5-jar-with-dependencies.jar
- Release: https://odpi.jfrog.io/odpi/egeria-release-local/org/odpi/egeria/egeria-connector-ibm-information-server-package/1.6/egeria-connector-ibm-information-server-package-1.6-jar-with-dependencies.jar
- Snapshot: https://odpi.jfrog.io/odpi/egeria-snapshot-local/org/odpi/egeria/egeria-connector-ibm-information-server-package/1.6-SNAPSHOT/egeria-connector-ibm-information-server-package-1.6-SNAPSHOT-jar-with-dependencies.jar

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria-connector-ibm-information-server</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ia-clientlibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-ibm-information-server</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion igc-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-ibm-information-server</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion igc-clientlibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-ibm-information-server</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.6-SNAPSHOT</version>
<version>1.6</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 @@ -16,7 +16,7 @@

<groupId>org.odpi.egeria</groupId>
<artifactId>egeria-connector-ibm-information-server</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>

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

Expand Down Expand Up @@ -85,7 +85,7 @@
</modules>

<properties>
<open-metadata.version>1.6-SNAPSHOT</open-metadata.version>
<open-metadata.version>1.6</open-metadata.version>
<!-- Level of Java -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-ibm-information-server</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 29e1a14

Please sign in to comment.