align with naming convention

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1388829 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-22 16:13:18 +00:00
parent e342b02bb9
commit f21e32af21
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<groupId>org.apache.archiva.redback</groupId> <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rest</artifactId> <artifactId>redback-rest</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Redback :: REST</name> <name>Redback :: Integration :: REST</name>
<modules> <modules>
<module>redback-rest-api</module> <module>redback-rest-api</module>

View File

@ -29,7 +29,7 @@
<artifactId>redback-rest-api</artifactId> <artifactId>redback-rest-api</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>Redback :: REST :: Api</name> <name>Redback :: Integration :: REST :: Api</name>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -29,7 +29,7 @@
<artifactId>redback-rest-services</artifactId> <artifactId>redback-rest-services</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>Redback :: REST :: Services</name> <name>Redback :: Integration :: REST :: Services</name>
<properties> <properties>
<tomcatVersion>7.0.30</tomcatVersion> <tomcatVersion>7.0.30</tomcatVersion>