Skip to content

Commit

Permalink
Merge pull request #228 from cmgrote/release-1.3
Browse files Browse the repository at this point in the history
Downgrades for 1.3 release
  • Loading branch information
cmgrote authored Jan 30, 2020
2 parents 04e6bf7 + 7350bf6 commit 5f3c699
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions cts/charts/ec-cts-ibmis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ logging:
imageDefaults:
registry: docker.io
namespace: odpi
tag: latest
tag: 1.3
pullPolicy: IfNotPresent

egeria:
Expand All @@ -16,8 +16,8 @@ egeria:
server: myserver

release:
version: 1.4-SNAPSHOT
repo: snapshot
version: 1.3
repo: staging

image:
egeria:
Expand Down
4 changes: 2 additions & 2 deletions 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.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -101,4 +101,4 @@
</plugins>
</build>

</project>
</project>
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.4-SNAPSHOT</version>
<version>1.3</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.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions 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.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -149,4 +149,4 @@
</build>


</project>
</project>
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.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 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.4-SNAPSHOT</version>
<version>1.3</version>

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

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

<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>
<!-- Platform encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Versions of dependent libraries -->
<jackson.version>2.10.2</jackson.version>
<jackson.version>2.10.1</jackson.version>
<slf4j.version>1.7.30</slf4j.version>
<spring.version>5.2.3.RELEASE</spring.version>
<spring.version>5.2.2.RELEASE</spring.version>
<junit.platform.version>1.5.2</junit.platform.version>
<junit.jupiter.version>5.6.0</junit.jupiter.version>
<junit.version>4.12</junit.version>
Expand Down
4 changes: 2 additions & 2 deletions 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.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -50,4 +50,4 @@

</dependencies>

</project>
</project>

0 comments on commit 5f3c699

Please sign in to comment.