Skip to content

Commit ec5d431

Browse files
committed
#7258 update version to 3.16
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
1 parent d2c29f5 commit ec5d431

File tree

443 files changed

+445
-445
lines changed

Some content is hidden

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

443 files changed

+445
-445
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
allprojects {
2727

2828
group = 'org.odpi.egeria'
29-
version = '3.15-SNAPSHOT'
29+
version = '3.15'
3030

3131
// Mostly java, so default to this for now
3232
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.15-SNAPSHOT</version>
13+
<version>3.15</version>
1414
</parent>
1515

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

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

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

open-metadata-distribution/open-metadata-assemblies/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-distribution</artifactId>
1212
<groupId>org.odpi.egeria</groupId>
13-
<version>3.15-SNAPSHOT</version>
13+
<version>3.15</version>
1414
</parent>
1515

1616
<name>Open Metadata Assemblies</name>

0 commit comments

Comments
 (0)