Skip to content

Commit 38811a7

Browse files
committed
Adapted version to 6.14.0-SNAPSHOT
1 parent 274ea1c commit 38811a7

File tree

78 files changed

+82
-82
lines changed

Some content is hidden

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

78 files changed

+82
-82
lines changed

integration-tests/cucumber-tests-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<groupId>org.opensmartgridplatform</groupId>
1414
<artifactId>parent-integration-tests</artifactId>
15-
<version>6.13.0-SNAPSHOT</version>
15+
<version>6.14.0-SNAPSHOT</version>
1616
<relativePath>../parent-integration-tests/pom.xml</relativePath>
1717
</parent>
1818

integration-tests/cucumber-tests-execution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<groupId>org.opensmartgridplatform</groupId>
1414
<artifactId>parent-integration-tests</artifactId>
15-
<version>6.13.0-SNAPSHOT</version>
15+
<version>6.14.0-SNAPSHOT</version>
1616
<relativePath>../parent-integration-tests/pom.xml</relativePath>
1717
</parent>
1818

integration-tests/cucumber-tests-platform-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SPDX-License-Identifier: Apache-2.0
1313
<parent>
1414
<groupId>org.opensmartgridplatform</groupId>
1515
<artifactId>parent-integration-tests</artifactId>
16-
<version>6.13.0-SNAPSHOT</version>
16+
<version>6.14.0-SNAPSHOT</version>
1717
<relativePath>../parent-integration-tests/pom.xml</relativePath>
1818
</parent>
1919

integration-tests/cucumber-tests-platform-publiclighting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<groupId>org.opensmartgridplatform</groupId>
1414
<artifactId>parent-integration-tests</artifactId>
15-
<version>6.13.0-SNAPSHOT</version>
15+
<version>6.14.0-SNAPSHOT</version>
1616
<relativePath>../parent-integration-tests/pom.xml</relativePath>
1717
</parent>
1818

integration-tests/cucumber-tests-platform-smartmetering/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SPDX-License-Identifier: Apache-2.0
1414
<parent>
1515
<groupId>org.opensmartgridplatform</groupId>
1616
<artifactId>parent-integration-tests</artifactId>
17-
<version>6.13.0-SNAPSHOT</version>
17+
<version>6.14.0-SNAPSHOT</version>
1818
<relativePath>../parent-integration-tests/pom.xml</relativePath>
1919
</parent>
2020

integration-tests/cucumber-tests-platform/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<groupId>org.opensmartgridplatform</groupId>
1414
<artifactId>parent-integration-tests</artifactId>
15-
<version>6.13.0-SNAPSHOT</version>
15+
<version>6.14.0-SNAPSHOT</version>
1616
<relativePath>../parent-integration-tests/pom.xml</relativePath>
1717
</parent>
1818

integration-tests/cucumber-tests-protocol-iec60870/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: Apache-2.0
1212
<parent>
1313
<groupId>org.opensmartgridplatform</groupId>
1414
<artifactId>parent-integration-tests</artifactId>
15-
<version>6.13.0-SNAPSHOT</version>
15+
<version>6.14.0-SNAPSHOT</version>
1616
<relativePath>../parent-integration-tests/pom.xml</relativePath>
1717
</parent>
1818

integration-tests/parent-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SPDX-License-Identifier: Apache-2.0
1717
<parent>
1818
<groupId>org.opensmartgridplatform</groupId>
1919
<artifactId>super-osgp</artifactId>
20-
<version>6.13.0-SNAPSHOT</version>
20+
<version>6.14.0-SNAPSHOT</version>
2121
<relativePath>../../super/pom.xml</relativePath>
2222
</parent>
2323
<distributionManagement>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>org.opensmartgridplatform</groupId>
1313
<artifactId>integration-tests</artifactId>
14-
<version>6.13.0-SNAPSHOT</version>
14+
<version>6.14.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<properties>

osgp/platform/osgp-adapter-domain-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SPDX-License-Identifier: Apache-2.0
1717
<parent>
1818
<groupId>org.opensmartgridplatform</groupId>
1919
<artifactId>parent-platform</artifactId>
20-
<version>6.13.0-SNAPSHOT</version>
20+
<version>6.14.0-SNAPSHOT</version>
2121
<relativePath>../parent-platform/pom.xml</relativePath>
2222
</parent>
2323

0 commit comments

Comments
 (0)