mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
076a33f877
commit
76289acb8d
|
@ -280,7 +280,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>metadata-repository-file</artifactId>
|
||||
<artifactId>metadata-store-file</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -25,8 +25,7 @@
|
|||
<groupId>org.apache.archiva</groupId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
</parent>
|
||||
<!-- FIXME: Rename to metadata-store-file -->
|
||||
<artifactId>metadata-repository-file</artifactId>
|
||||
<artifactId>metadata-store-file</artifactId>
|
||||
<name>File System Backed Metadata Repository</name>
|
||||
<dependencies>
|
||||
<dependency>
|
|
@ -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>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>metadata-repository-file</artifactId>
|
||||
<artifactId>metadata-store-file</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<parent>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>archiva-parent</artifactId>
|
||||
<version>6</version>
|
||||
<version>7-SNAPSHOT</version>
|
||||
<relativePath>../parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<name>Apache Archiva</name>
|
||||
|
@ -324,7 +324,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>metadata-repository-file</artifactId>
|
||||
<artifactId>metadata-store-file</artifactId>
|
||||
<version>1.4-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue