Skip to content

Commit

Permalink
Merge pull request #7331 from planetf1/issue7258a
Browse files Browse the repository at this point in the history
#7258 update version to 3.16-SNAPSHOT
  • Loading branch information
planetf1 committed Jan 31, 2023
2 parents d2c29f5 + 70484b9 commit e4f0800
Show file tree
Hide file tree
Showing 443 changed files with 445 additions and 445 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ plugins {
allprojects {

group = 'org.odpi.egeria'
version = '3.15-SNAPSHOT'
version = '3.16-SNAPSHOT'

// Mostly java, so default to this for now
apply plugin: 'java'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Add module name here</name>
Expand Down
2 changes: 1 addition & 1 deletion developer-resources/tools/HTTPie-Curl.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It uses commands such as:

```bash
$ curl --insecure -X GET https://localhost:9443/open-metadata/platform-services/users/test/server-platform/origin
Egeria OMAG Server Platform (version 3.15-SNAPSHOT)
Egeria OMAG Server Platform (version 3.16-SNAPSHOT)
```

Note that Egeria is using https, so if you have not replaced the provided self-signed certificate, ensure to add '--insecure' to any requests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ open metadata services are activated.
"successfulAssertions" : [ "Origin descriptor retrieved from platform." ],
"unsuccessfulAssertions" : [ ],
"discoveredProperties" : {
"Repository origin id" : "Egeria OMAG Server Platform (version 3.15-SNAPSHOT)"
"Repository origin id" : "Egeria OMAG Server Platform (version 3.16-SNAPSHOT)"
}
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-conformance-suite</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Conformance Suite API</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-conformance-suite</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Conformance Suite Client</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-conformance-suite</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Conformance Suite Server-side</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-conformance-suite</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Conformance Suite with Spring</name>
Expand Down
2 changes: 1 addition & 1 deletion open-metadata-conformance-suite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>egeria</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Conformance Suite</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-distribution</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Assemblies</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-packages</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-packages</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Caller Package</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-packages</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Client Package</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-packages</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Native Package</name>
Expand Down
2 changes: 1 addition & 1 deletion open-metadata-distribution/open-metadata-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>open-metadata-distribution</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Packages</name>
Expand Down
2 changes: 1 addition & 1 deletion open-metadata-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>egeria</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<name>Open Metadata Distribution Files</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>analytics-modeling</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>analytics-modeling</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>analytics-modeling</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>analytics-modeling</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>access-services</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-catalog</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-catalog</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-catalog</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-catalog</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>asset-catalog</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>access-services</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-consumer</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-consumer</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-consumer</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-consumer</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-consumer</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>access-services</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-lineage</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-lineage</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-lineage</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-lineage</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-lineage</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>access-services</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-manager</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-manager</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-manager</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-manager</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>asset-manager</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>3.15-SNAPSHOT</version>
<version>3.16-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit e4f0800

Please sign in to comment.