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

Commit 8ae8385

Browse files
committed
[maven-release-plugin] prepare release v5.2.0
1 parent a7f592b commit 8ae8385

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

b3p-datastorelinker/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>5.2.0-SNAPSHOT</version>
8+
<version>5.2.0</version>
99
</parent>
1010

1111
<groupId>nl.b3p</groupId>
1212
<artifactId>b3p-datastorelinker</artifactId>
13-
<version>5.2.0-SNAPSHOT</version>
13+
<version>5.2.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>

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>5.2.0-SNAPSHOT</version>
8+
<version>5.2.0</version>
99
</parent>
1010

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

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

datastorelinker/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>5.2.0-SNAPSHOT</version>
8+
<version>5.2.0</version>
99
</parent>
1010

1111
<groupId>nl.b3p</groupId>
1212
<artifactId>datastorelinker</artifactId>
13-
<version>5.2.0-SNAPSHOT</version>
13+
<version>5.2.0</version>
1414
<packaging>war</packaging>
1515

1616
<name>datastorelinker</name>

datastorelinkerEntities/pom.xml

Lines changed: 7 additions & 9 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>5.2.0-SNAPSHOT</version>
8+
<version>5.2.0</version>
99
</parent>
1010

1111
<groupId>nl.b3p</groupId>
1212
<artifactId>datastorelinkerEntities</artifactId>
13-
<version>5.2.0-SNAPSHOT</version>
13+
<version>5.2.0</version>
1414
<packaging>jar</packaging>
1515

1616
<dependencies>
@@ -89,15 +89,13 @@
8989
<configuration>
9090
<hibernatetool destdir="${project.build.outputDirectory}/../schema-export">
9191
<classpath>
92-
<path location="../datastorelinker/src/main/resources"/>
92+
<path location="../datastorelinker/src/main/resources" />
9393
</classpath>
94-
<hbm2ddl export="false" drop="false" create="true"
95-
outputfilename="schema-export-postgresql.sql" format="true">
96-
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-PostgreSQL"/>
94+
<hbm2ddl export="false" drop="false" create="true" outputfilename="schema-export-postgresql.sql" format="true">
95+
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-PostgreSQL" />
9796
</hbm2ddl>
98-
<hbm2ddl export="false" drop="false" create="true"
99-
outputfilename="schema-export-oracle.sql" format="true">
100-
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-Oracle"/>
97+
<hbm2ddl export="false" drop="false" create="true" outputfilename="schema-export-oracle.sql" format="true">
98+
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-Oracle" />
10199
</hbm2ddl>
102100
</hibernatetool>
103101
</configuration>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>nl.b3p</groupId>
66
<artifactId>datastorelinker-parent</artifactId>
7-
<version>5.2.0-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
<packaging>pom</packaging>
99

1010
<name>datastorelinker parent</name>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:[email protected]:B3Partners/datastorelinker.git</connection>
3535
<developerConnection>scm:git:[email protected]:B3Partners/datastorelinker.git</developerConnection>
3636
<url>https://github.com/B3Partners/datastorelinker</url>
37-
<tag>HEAD</tag>
37+
<tag>v5.2.0</tag>
3838
</scm>
3939
<issueManagement>
4040
<system>Github</system>

0 commit comments

Comments
 (0)