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

Commit

Permalink
[maven-release-plugin] prepare release v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdstruijk committed Jan 29, 2020
1 parent a7f592b commit 8ae8385
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
4 changes: 2 additions & 2 deletions b3p-datastorelinker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>nl.b3p</groupId>
<artifactId>datastorelinker-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<groupId>nl.b3p</groupId>
<artifactId>b3p-datastorelinker</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions datastorelinker-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>nl.b3p</groupId>
<artifactId>datastorelinker-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<groupId>nl.b3p</groupId>
<artifactId>datastorelinker-bom</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>pom</packaging>

<name>Bill Of Materials module voor de datastorelinker.</name>
Expand Down
4 changes: 2 additions & 2 deletions datastorelinker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>nl.b3p</groupId>
<artifactId>datastorelinker-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<groupId>nl.b3p</groupId>
<artifactId>datastorelinker</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>war</packaging>

<name>datastorelinker</name>
Expand Down
16 changes: 7 additions & 9 deletions datastorelinkerEntities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>nl.b3p</groupId>
<artifactId>datastorelinker-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
</parent>

<groupId>nl.b3p</groupId>
<artifactId>datastorelinkerEntities</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>jar</packaging>

<dependencies>
Expand Down Expand Up @@ -89,15 +89,13 @@
<configuration>
<hibernatetool destdir="${project.build.outputDirectory}/../schema-export">
<classpath>
<path location="../datastorelinker/src/main/resources"/>
<path location="../datastorelinker/src/main/resources" />
</classpath>
<hbm2ddl export="false" drop="false" create="true"
outputfilename="schema-export-postgresql.sql" format="true">
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-PostgreSQL"/>
<hbm2ddl export="false" drop="false" create="true" outputfilename="schema-export-postgresql.sql" format="true">
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-PostgreSQL" />
</hbm2ddl>
<hbm2ddl export="false" drop="false" create="true"
outputfilename="schema-export-oracle.sql" format="true">
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-Oracle"/>
<hbm2ddl export="false" drop="false" create="true" outputfilename="schema-export-oracle.sql" format="true">
<jpaconfiguration persistenceUnit="DataStoreLinkerGuiPU-Oracle" />
</hbm2ddl>
</hibernatetool>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>nl.b3p</groupId>
<artifactId>datastorelinker-parent</artifactId>
<version>5.2.0-SNAPSHOT</version>
<version>5.2.0</version>
<packaging>pom</packaging>

<name>datastorelinker parent</name>
Expand Down Expand Up @@ -34,7 +34,7 @@
<connection>scm:git:git@github.com:B3Partners/datastorelinker.git</connection>
<developerConnection>scm:git:git@github.com:B3Partners/datastorelinker.git</developerConnection>
<url>https://github.com/B3Partners/datastorelinker</url>
<tag>HEAD</tag>
<tag>v5.2.0</tag>
</scm>
<issueManagement>
<system>Github</system>
Expand Down

0 comments on commit 8ae8385

Please sign in to comment.