aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-03-29 14:13:37 +0000
committerBrett Porter <brett@apache.org>2011-03-29 14:13:37 +0000
commit76289acb8d77d6bd543d2d5fe4a109e40e1c0f73 (patch)
treec8ffeffebf0b4bae10b39c69e97cec47f5088387 /archiva-modules/plugins/pom.xml
parent076a33f877500585b17b5f8f68a3d0fb28333f19 (diff)
downloadarchiva-76289acb8d77d6bd543d2d5fe4a109e40e1c0f73.tar.gz
archiva-76289acb8d77d6bd543d2d5fe4a109e40e1c0f73.zip
rename metadata-repository-file to metadata-store-file for consistency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1086590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/pom.xml')
-rw-r--r--archiva-modules/plugins/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/archiva-modules/plugins/pom.xml b/archiva-modules/plugins/pom.xml
index bb7e2b157..73bc5a058 100644
--- a/archiva-modules/plugins/pom.xml
+++ b/archiva-modules/plugins/pom.xml
@@ -16,7 +16,9 @@
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
- --><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 http://maven.apache.org/maven-v4_0_0.xsd">
+ -->
+<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 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>archiva-modules</artifactId>
@@ -27,7 +29,7 @@
<name>Archiva Core Plugins</name>
<packaging>pom</packaging>
<modules>
- <module>metadata-repository-file</module>
+ <module>metadata-store-file</module>
<module>maven2-repository</module>
<module>repository-statistics</module>
<module>problem-reports</module>