Aligned naming
This commit is contained in:
parent
3c604d0e4c
commit
af36d222af
|
@ -1,4 +1,4 @@
|
||||||
# gCube Catalogue Service
|
# gCube Catalogue (gCat) Service
|
||||||
|
|
||||||
This service allows any client to publish on the gCube Catalogue.
|
This service allows any client to publish on the gCube Catalogue.
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Tell people how to cite this software.
|
||||||
|
|
||||||
|
|
||||||
@Manual{,
|
@Manual{,
|
||||||
title = {gCat Service},
|
title = {gCube Catalogue (gCat) Service},
|
||||||
author = {{Frosini, Luca}},
|
author = {{Frosini, Luca}},
|
||||||
organization = {ISTI - CNR},
|
organization = {ISTI - CNR},
|
||||||
address = {Pisa, Italy},
|
address = {Pisa, Italy},
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<artifactId>gcat</artifactId>
|
<artifactId>gcat</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>1.4.1-SNAPSHOT</version>
|
<version>1.4.1-SNAPSHOT</version>
|
||||||
<name>gCube Catalogue Service</name>
|
<name>gCube Catalogue (gCat) Service</name>
|
||||||
<description>
|
<description>
|
||||||
This service allows any client to publish on the gCube Catalogue.
|
This service allows any client to publish on the gCube Catalogue.
|
||||||
</description>
|
</description>
|
||||||
|
|
Loading…
Reference in New Issue