Skip to content

Commit

Permalink
Merge pull request #570 from cmgrote/release-2.11
Browse files Browse the repository at this point in the history
Bumps to release version
  • Loading branch information
cmgrote committed Jul 6, 2021
2 parents 874f578 + dea4cdc commit 72c0c7c
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.11-SNAPSHOT</version>
<version>2.11</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.11-SNAPSHOT</version>
<version>2.11</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.11-SNAPSHOT</version>
<version>2.11</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.11-SNAPSHOT</version>
<version>2.11</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.11-SNAPSHOT</version>
<version>2.11</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.11-SNAPSHOT</version>
<version>2.11</version>

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

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

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

Expand Down

0 comments on commit 72c0c7c

Please sign in to comment.