diff --git a/pom.xml b/pom.xml index 3b85f1f794384c7a10672564fab33749d37b7d64..a676d9342701ff0665ece93ac10953a183fbd825 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,12 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>cern.c2mon.client</groupId> + <artifactId>c2mon-client</artifactId> + <version>1.10.2</version> + </parent> + <artifactId>c2mon-web-atmosphere</artifactId> <version>0.3.2-SNAPSHOT</version> <packaging>jar</packaging> @@ -9,12 +15,6 @@ <name>Atmosphere publisher for C2MON</name> <description>Atmosphere publisher for C2MON</description> - <parent> - <groupId>cern.c2mon.client</groupId> - <artifactId>c2mon-client</artifactId> - <version>1.9.7-SNAPSHOT</version> - </parent> - <scm> <url>https://gitlab.cern.ch/c2mon/c2mon-web-atmosphere</url> <connection>scm:git:ssh://git@gitlab.cern.ch/c2mon/c2mon-web-atmosphere.git</connection>