Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 0543618

Browse files
committed
[maven-release-plugin] prepare release v6.0.0-RC1
1 parent f949855 commit 0543618

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

b3p-datastorelinker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>nl.b3p</groupId>
77
<artifactId>datastorelinker-parent</artifactId>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0-RC1</version>
99
</parent>
1010

1111
<groupId>nl.b3p</groupId>

datastorelinker-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>nl.b3p</groupId>
77
<artifactId>datastorelinker-parent</artifactId>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0-RC1</version>
99
</parent>
1010

1111
<groupId>nl.b3p</groupId>
1212
<artifactId>datastorelinker-bom</artifactId>
13-
<version>6.0.0-SNAPSHOT</version>
13+
<version>6.0.0-RC1</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Bill Of Materials module voor de datastorelinker.</name>

datastorelinker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>nl.b3p</groupId>
77
<artifactId>datastorelinker-parent</artifactId>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0-RC1</version>
99
</parent>
1010

1111
<groupId>nl.b3p</groupId>

datastorelinkerEntities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>nl.b3p</groupId>
77
<artifactId>datastorelinker-parent</artifactId>
8-
<version>6.0.0-SNAPSHOT</version>
8+
<version>6.0.0-RC1</version>
99
</parent>
1010

1111
<groupId>nl.b3p</groupId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>nl.b3p</groupId>
76
<artifactId>datastorelinker-parent</artifactId>
8-
<version>6.0.0-SNAPSHOT</version>
7+
<version>6.0.0-RC1</version>
98
<packaging>pom</packaging>
109

1110
<name>datastorelinker parent</name>
@@ -35,7 +34,7 @@
3534
<connection>scm:git:[email protected]:B3Partners/datastorelinker.git</connection>
3635
<developerConnection>scm:git:[email protected]:B3Partners/datastorelinker.git</developerConnection>
3736
<url>https://github.com/B3Partners/datastorelinker</url>
38-
<tag>HEAD</tag>
37+
<tag>v6.0.0-RC1</tag>
3938
</scm>
4039
<issueManagement>
4140
<system>Github</system>

0 commit comments

Comments
 (0)