Skip to content

Commit

Permalink
Merge pull request #2976 from planetf1/issue2923d
Browse files Browse the repository at this point in the history
Release 1.7 - #2923 Drop -SNAPSHOT from 1.7 release
  • Loading branch information
mandy-chessell authored Apr 30, 2020
2 parents 6adc0d3 + 0cd217d commit 632e6e1
Show file tree
Hide file tree
Showing 328 changed files with 352 additions and 352 deletions.
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>1.7-SNAPSHOT</version>
<version>1.7</version>
</parent>

<name>Add module name here</name>
Expand Down
2 changes: 1 addition & 1 deletion developer-resources/Release-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#### 4. Update master version & cleanup notes
* `git checkout master`
* `git pull upstream master`
* Edit all files (command line or IDE) to replace 'x.y-SNAPSHOT' with the next version, ie change '1.3-SNAPSHOT' to '1.7-SNAPSHOT'. Most of the changes are in pom.xml files, however some code & documentation also has references to our versions and all need modifying.
* Edit all files (command line or IDE) to replace 'x.y-SNAPSHOT' with the next version, ie change '1.3-SNAPSHOT' to '1.7'. Most of the changes are in pom.xml files, however some code & documentation also has references to our versions and all need modifying.
* If using an IDE like IntelliJ make sure you have all hits by searching again as by default only a limited number of hits are shown - see https://youtrack.jetbrains.com/issue/IDEA-157855 for Intellij advice.
* Commit
* Now remove all the release notes from the 'release-notes' directory other than README.md - so users will always get directed to the latest in master
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" : "ODPi Egeria OMAG Server Platform (version 1.7-SNAPSHOT)"
"Repository origin id" : "ODPi Egeria OMAG Server Platform (version 1.7)"
}
}
```
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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>asset-catalog</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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-owner</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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-owner</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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-owner</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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-owner</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>1.7-SNAPSHOT</version>
<version>1.7</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>community-profile</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>community-profile</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>community-profile</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>community-profile</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>access-services</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>data-engine</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>data-engine</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>data-engine</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</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>data-engine</artifactId>
<groupId>org.odpi.egeria</groupId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit 632e6e1

Please sign in to comment.