Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pg-embedded-4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Nov 30, 2021
1 parent 5547cc9 commit 6b0c9a9
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 @@ -27,12 +27,12 @@
<connection>scm:git:git://github.com/hgschmie/pg-embedded.git</connection>
<developerConnection>scm:git:git@github.com:hgschmie/pg-embedded.git</developerConnection>
<url>https://github.com/hgschmie/pg-embedded</url>
<tag>HEAD</tag>
<tag>pg-embedded-4.0</tag>
</scm>

<groupId>de.softwareforge.testing</groupId>
<artifactId>pg-embedded</artifactId>
<version>3.1-SNAPSHOT</version>
<version>4.0</version>
<description>Embedded PostgreSQL framework for testing and development use.</description>
<url>https://pg-embedded.softwareforge.de/</url>
<inceptionYear>2021</inceptionYear>
Expand Down Expand Up @@ -238,7 +238,7 @@
<configuration>
<rules>
<!-- Ensure consistency -->
<dependencyConvergence/>
<dependencyConvergence />
<requireJavaVersion>
<!-- post java 11 for correct javadoc build -->
<version>[12,)</version>
Expand Down

0 comments on commit 6b0c9a9

Please sign in to comment.