mirror of https://github.com/apache/maven.git
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60c0243cba
commit
ba5e58a2e8
|
@ -10,8 +10,7 @@
|
|||
<groupId>maven</groupId>
|
||||
<id>maven-model</id>
|
||||
<artifactId>maven-model</artifactId>
|
||||
<currentVersion>2.0-SNAPSHOT</currentVersion>
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<description>Maven Model</description>
|
||||
<shortDescription>Maven Model</shortDescription>
|
||||
<dependencies>
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<pomVersion>4.0.0</pomVersion>
|
||||
<name>Maven Project</name>
|
||||
<groupId>maven</groupId>
|
||||
<id>maven-component</id>
|
||||
<artifactId>maven-component</artifactId>
|
||||
<currentVersion>2.0-SNAPSHOT</currentVersion>
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<description>Maven components parent</description>
|
||||
<shortDescription>Maven components parent</shortDescription>
|
||||
<url>http://maven.apache.org</url>
|
||||
|
|
Loading…
Reference in New Issue