Skip to content

Commit

Permalink
Merge pull request #559 from cmgrote/release-2.10
Browse files Browse the repository at this point in the history
Bumps to release version
  • Loading branch information
cmgrote authored Jun 15, 2021
2 parents 0fd2f97 + 5eb765e commit 1563590
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
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.10-SNAPSHOT</version>
<version>2.10</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.10-SNAPSHOT</version>
<version>2.10</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.10-SNAPSHOT</version>
<version>2.10</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.10-SNAPSHOT</version>
<version>2.10</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.10-SNAPSHOT</version>
<version>2.10</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 @@ -16,7 +16,7 @@

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

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

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

<properties>
<open-metadata.version>2.10-SNAPSHOT</open-metadata.version>
<connector.version>2.10-SNAPSHOT</connector.version>
<open-metadata.version>2.10</open-metadata.version>
<connector.version>2.10</connector.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.10-SNAPSHOT</version>
<version>2.10</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 1563590

Please sign in to comment.