Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Nov 29, 2022
1 parent d18e902 commit bf86127
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPDX-License-Identifier: MIT
<modelVersion>4.0.0</modelVersion>
<groupId>nl.b3p.tailormap</groupId>
<artifactId>tailormap-persistence</artifactId>
<version>10.1</version>
<version>10.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Tailormap persistence</name>
<description>Shared persistence module for Tailormap Admin and Tailormap API</description>
Expand Down Expand Up @@ -45,7 +45,7 @@ SPDX-License-Identifier: MIT
<scm>
<connection>scm:git:[email protected]:B3Partners/tailormap-persistence.git</connection>
<developerConnection>scm:git:[email protected]:B3Partners/tailormap-persistence.git</developerConnection>
<tag>tailormap-tailormap-persistence-10.1</tag>
<tag>HEAD</tag>
<url>https://github.com/B3Partners/tailormap-persistence/</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -248,7 +248,7 @@ SPDX-License-Identifier: MIT
<configuration>
<target>
<!-- run after schema gegeration -->
<move file="target/classes/scripts/hsql-schema-export.sql" tofile="target/classes/scripts/hsqldb-schema-export.sql"></move>
<move file="target/classes/scripts/hsql-schema-export.sql" tofile="target/classes/scripts/hsqldb-schema-export.sql" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit bf86127

Please sign in to comment.