Skip to content

Commit

Permalink
Merge pull request #455 from cmgrote/release-2.5
Browse files Browse the repository at this point in the history
Moves to release version
  • Loading branch information
cmgrote committed Dec 14, 2020
2 parents c90144c + e985249 commit 84d7bed
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 @@ -64,7 +64,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/2.2/egeria-connector-ibm-information-server-package-2.2-jar-with-dependencies.jar
- Release: https://odpi.jfrog.io/odpi/egeria-release-local/org/odpi/egeria/egeria-connector-ibm-information-server-package/2.5/egeria-connector-ibm-information-server-package-2.5-jar-with-dependencies.jar
- Snapshot: https://odpi.jfrog.io/odpi/egeria-snapshot-local/org/odpi/egeria/egeria-connector-ibm-information-server-package/2.5-SNAPSHOT/egeria-connector-ibm-information-server-package-2.5-SNAPSHOT-jar-with-dependencies.jar

#### Building the connectors 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: 2.5-SNAPSHOT
repo: snapshot
version: 2.5
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>2.5-SNAPSHOT</version>
<version>2.5</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>2.5-SNAPSHOT</version>
<version>2.5</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>2.5-SNAPSHOT</version>
<version>2.5</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>2.5-SNAPSHOT</version>
<version>2.5</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>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 @@ -16,7 +16,7 @@

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

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

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

<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
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>2.5-SNAPSHOT</version>
<version>2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 84d7bed

Please sign in to comment.