GUACAMOLE-1767: Correct parent project version (bumped to 1.5.1).

This commit is contained in:
Mike Jumper
2023-04-10 09:05:22 -07:00
parent 56c6e5022d
commit 520edb32ee
7 changed files with 11 additions and 11 deletions

View File

@@ -26,14 +26,14 @@
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-ssl</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>guacamole-auth-sso-ssl</name>
<url>http://guacamole.apache.org/</url>
<parent>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<relativePath>../../</relativePath>
</parent>