align versions

This commit is contained in:
Peter Hormanns 2023-12-19 18:40:06 +01:00
parent 673c3ce918
commit 18a68db9eb
6 changed files with 13 additions and 12 deletions

View File

@ -6,7 +6,7 @@
<parent>
<groupId>de.hsadmin</groupId>
<artifactId>hsadmin-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>cust-webapp</artifactId>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>de.hsadmin</groupId>
<artifactId>hsadmin-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>database-webapp</artifactId>

View File

@ -4,7 +4,7 @@
<parent>
<groupId>de.hsadmin</groupId>
<artifactId>hsadmin-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>db-migration</artifactId>
<packaging>war</packaging>
@ -42,4 +42,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>de.hsadmin</groupId>
<artifactId>hsadmin-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>framework</artifactId>
<packaging>jar</packaging>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>de.hsadmin</groupId>
<artifactId>hsadmin-parent</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<artifactId>ldap-webapp</artifactId>

13
pom.xml
View File

@ -6,20 +6,21 @@
<groupId>de.hsadmin</groupId>
<artifactId>hsadmin-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.3</version>
<version>1.0.4</version>
<name>HSAdmin Parent Project</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hsadmin.version>1.0.3</hsadmin.version>
<hsadmin.version>1.0.4</hsadmin.version>
<tomee.version>8.0.8</tomee.version>
<servlet.version>4.0.1</servlet.version>
<liquibase.version>4.4.3</liquibase.version>
<openjpa.version>3.2.0</openjpa.version>
<liquibase.version>4.17.2</liquibase.version>
<openjpa.version>3.2.2</openjpa.version>
<log4j.version>1.2.17</log4j.version>
<xmlrpc.version>3.1.3</xmlrpc.version>
<bval.version>2.0.5</bval.version>
<postgresql.lib>org.postgresql:postgresql:42.2.18</postgresql.lib>
<bval.version>2.0.6</bval.version>
<vaadin.version>8.21.0</vaadin.version>
<postgresql.lib>org.postgresql:postgresql:42.2.25</postgresql.lib>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>