Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #307 from cmgrote/release-2.10
Browse files Browse the repository at this point in the history
Bump to release version
  • Loading branch information
cmgrote committed Jun 11, 2021
2 parents 7d425d1 + 8ffcad6 commit 21278c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apache-atlas-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-hadoop-ecosystem</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 @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria-connector-hadoop-ecosystem</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>2.10-SNAPSHOT</version>
<version>2.10</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 @@ -20,7 +20,7 @@

<groupId>org.odpi.egeria</groupId>
<artifactId>egeria-connector-hadoop-ecosystem</artifactId>
<version>2.10-SNAPSHOT</version>
<version>2.10</version>

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

Expand Down Expand Up @@ -80,7 +80,7 @@
<packaging>pom</packaging>

<properties>
<open-metadata.version>2.10-SNAPSHOT</open-metadata.version>
<open-metadata.version>2.10</open-metadata.version>
<!-- Level of Java -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 21278c2

Please sign in to comment.