Skip to content

Commit 02ed041

Browse files
authored
Merge pull request #7397 from planetf1/3.10.1
Egeria release 3.10.1
2 parents 04f1fb2 + 84d2c04 commit 02ed041

File tree

446 files changed

+449
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

446 files changed

+449
-449
lines changed

assets/img/lf-projects.svg

Lines changed: 1 addition & 1 deletion
Loading

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ plugins {
3838
allprojects {
3939

4040
group = 'org.odpi.egeria'
41-
version = '3.10'
41+
version = '3.10.1'
4242

4343
// Mostly java, so default to this for now
4444
apply plugin: 'java'

developer-resources/License-Example-Files/License_for_POM_Files.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>egeria</artifactId>
1212
<groupId>org.odpi.egeria</groupId>
13-
<version>3.10</version>
13+
<version>3.10.1</version>
1414
</parent>
1515

1616
<name>Add module name here</name>

developer-resources/Release-Process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ are GPG signed and distributed to [Maven Central](https://oss.sonatype.org).
6464
#### 4. Update master version & cleanup notes
6565
* `git checkout master`
6666
* `git pull upstream master`
67-
* Edit all files (command line or IDE) to replace 'x.y-SNAPSHOT' with the next version, ie change '1.3-SNAPSHOT' to '3.10'. Most of the changes are in pom.xml files, however some code & documentation also has references to our versions and all need modifying.
67+
* Edit all files (command line or IDE) to replace 'x.y-SNAPSHOT' with the next version, ie change '1.3-SNAPSHOT' to '3.10.1'. Most of the changes are in pom.xml files, however some code & documentation also has references to our versions and all need modifying.
6868
* 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.
6969
* Commit
7070
* 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

developer-resources/tools/HTTPie-Curl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It uses commands such as:
1111

1212
```bash
1313
$ curl --insecure -X GET https://localhost:9443/open-metadata/platform-services/users/test/server-platform/origin
14-
Egeria OMAG Server Platform (version 3.10)
14+
Egeria OMAG Server Platform (version 3.10.1)
1515
```
1616

1717
Note that Egeria is using https, so if you have not replaced the provided self-signed certificate, ensure to add '--insecure' to any requests

0 commit comments

Comments
 (0)