Skip to content

Commit 391571a

Browse files
authored
Merge pull request #6157 from planetf1/issue6140b-35
(Release 3.5) Update version to 3.5
2 parents 46b8ed0 + b233579 commit 391571a

File tree

471 files changed

+542
-1050
lines changed

Some content is hidden

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

471 files changed

+542
-1050
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ apply plugin: 'nebula-aggregate-javadocs'
4141
allprojects {
4242

4343
group = 'org.odpi.egeria'
44-
version = '3.5-SNAPSHOT'
44+
version = '3.5'
4545

4646
// This enforces version checking but is slow to process
4747
//apply plugin: 'nebula.lint'

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.5-SNAPSHOT</version>
13+
<version>3.5</version>
1414
</parent>
1515

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

developer-resources/Release-Process.md

Lines changed: 1 addition & 1 deletion

developer-resources/tools/Docker.md

Lines changed: 1 addition & 4 deletions

developer-resources/tools/HTTPie-Curl.md

Lines changed: 1 addition & 1 deletion

open-metadata-conformance-suite/docs/platform-workbench/test-cases/platform-origin-test-case.md

Lines changed: 1 addition & 1 deletion

open-metadata-conformance-suite/open-metadata-conformance-suite-api/pom.xml

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

1616
<name>Open Metadata Conformance Suite API</name>

open-metadata-conformance-suite/open-metadata-conformance-suite-client/pom.xml

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

1616
<name>Open Metadata Conformance Suite Client</name>

open-metadata-conformance-suite/open-metadata-conformance-suite-server/pom.xml

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

1616
<name>Open Metadata Conformance Suite Server-side</name>

open-metadata-conformance-suite/open-metadata-conformance-suite-spring/pom.xml

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

1616
<name>Open Metadata Conformance Suite with Spring</name>

0 commit comments

Comments
 (0)