Fixed pom

This commit is contained in:
Luca Frosini 2022-02-01 16:42:52 +01:00
parent b940d427a5
commit b14e1626ba
1 changed files with 17 additions and 10 deletions

27
pom.xml
View File

@ -1,12 +1,20 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0"
<modelVersion>4.0.0</modelVersion> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<groupId>org.gcube.information-system</groupId> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>resource-registry-query-template-client</artifactId> <modelVersion>4.0.0</modelVersion>
<version>1.0.0-SNAPSHOT</version> <parent>
<name>Resource Registry Query Template Client</name> <groupId>org.gcube.tools</groupId>
<description>Resource Registry Query Template Client is a library designed to interact with Resource Registry Query Template APIs</description> <artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<properties> </parent>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-query-template-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Resource Registry Query Template Client</name>
<description>Resource Registry Query Template Client is a library designed to interact with Resource Registry Query Template APIs</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<serviceClass>InformationSystem</serviceClass> <serviceClass>InformationSystem</serviceClass>
</properties> </properties>
@ -72,5 +80,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>