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:
parent
e342b02bb9
commit
f21e32af21
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue