Skip to content

Commit fdf09bd

Browse files
authored
Merge pull request #5959 from planetf1/issue5929b
(Release 3.4) Update version to 3.4
2 parents 9070081 + 39398bb commit fdf09bd

File tree

468 files changed

+481
-2430
lines changed

Some content is hidden

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

468 files changed

+481
-2430
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.4-SNAPSHOT'
44+
version = '3.4'
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.4-SNAPSHOT</version>
13+
<version>3.4</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/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.4-SNAPSHOT</version>
13+
<version>3.4</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.4-SNAPSHOT</version>
13+
<version>3.4</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.4-SNAPSHOT</version>
13+
<version>3.4</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.4-SNAPSHOT</version>
13+
<version>3.4</version>
1414
</parent>
1515

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

open-metadata-conformance-suite/pom.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.4-SNAPSHOT</version>
13+
<version>3.4</version>
1414
</parent>
1515

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

0 commit comments

Comments
 (0)