updated pom description and profile

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@174059 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-11-08 14:59:14 +00:00
parent eba5ba565b
commit 2b7712600a
2 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
<ID/> <ID/>
<Type>Service</Type> <Type>Service</Type>
<Profile> <Profile>
<Description>The gCube Data Trasfer HTTP URI resolver</Description> <Description>${description}</Description>
<Class>DataTransfer</Class> <Class>DataTransfer</Class>
<Name>${artifactId}</Name> <Name>${artifactId}</Name>
<Version>1.0.0</Version> <Version>1.0.0</Version>
<Packages> <Packages>
<Software> <Software>
<Description>The gCube Data Trasfer HTTP URI resolver</Description> <Description>${description}</Description>
<Name>${artifactId}</Name> <Name>${artifactId}</Name>
<Version>${version}</Version> <Version>${version}</Version>
<MavenCoordinates> <MavenCoordinates>

View File

@ -10,7 +10,7 @@
<artifactId>uri-resolver</artifactId> <artifactId>uri-resolver</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<description>The URI Resolver is an HTTP URI resolver implemented as an HTTP servlet which gives access trough HTTP to different protocols URIs. </description> <description>The URI Resolver is an HTTP URI resolver implemented as an REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications. </description>
<scm> <scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/data-transfer/${project.artifactId}</connection> <connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/data-transfer/${project.artifactId}</connection>