You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2003/05/01 18:21:59 UTC

cvs commit: maven-new/server project.xml

evenisse    2003/05/01 09:21:58

  Modified:    cli      project.xml
               core     project.properties project.xml
               plugins/ashkelon project.xml
               plugins/jelly project.xml
               plugins/suiterunner project.xml
               server   project.xml
  Log:
  Update all artifactId for Maven-new projects.
  
  Revision  Changes    Path
  1.3       +2 -2      maven-new/cli/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/cli/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	27 Apr 2003 13:47:06 -0000	1.2
  +++ project.xml	1 May 2003 16:21:57 -0000	1.3
  @@ -4,8 +4,8 @@
     <extend>${basedir}/../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
     <name>Maven CLI</name>
  -  <id>maven-new:cli</id>
  -  <artifactId>cli</artifactId>
  +  <id>maven-new:maven-cli</id>
  +  <artifactId>maven-cli</artifactId>
   
     <package>org.apache.maven.cli</package>
   
  
  
  
  1.2       +0 -1      maven-new/core/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-new/core/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	26 Apr 2003 16:52:47 -0000	1.1
  +++ project.properties	1 May 2003 16:21:58 -0000	1.2
  @@ -2,7 +2,6 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  -maven.final.name = maven
   maven.announcement = beta2
   
   # -------------------------------------------------------------------
  
  
  
  1.8       +2 -2      maven-new/core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/core/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	1 May 2003 16:09:06 -0000	1.7
  +++ project.xml	1 May 2003 16:21:58 -0000	1.8
  @@ -4,8 +4,8 @@
     <extend>${basedir}/../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
     <name>Maven Core</name>
  -  <id>maven-new:core</id>
  -  <artifactId>core</artifactId>
  +  <id>maven-new:maven-core</id>
  +  <artifactId>maven-core</artifactId>
   
     <gumpRepositoryId>jakarta</gumpRepositoryId>
     <description>Maven is a project management and project comprehension tool. Maven is based on the concept of a project object model: builds, documentation creation, site publication, and distribution publication are all controlled from the project object model. Maven also provides tools to create source metrics, change logs based directly on source repository, and source cross-references.</description>
  
  
  
  1.3       +3 -3      maven-new/plugins/ashkelon/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/ashkelon/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	1 May 2003 13:01:48 -0000	1.2
  +++ project.xml	1 May 2003 16:21:58 -0000	1.3
  @@ -4,8 +4,8 @@
     <extend>${basedir}/../../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
     <name>Maven Plugin - ashkelon</name>
  -  <id>maven-new:plugin-ashkelon</id>
  -  <artifactId>plugin-ashkelon</artifactId>
  +  <id>maven-new:maven-plugin-ashkelon</id>
  +  <artifactId>maven-plugin-ashkelon</artifactId>
     
     <package>org.apache.maven.plugins.ashkelon</package>
   
  @@ -13,7 +13,7 @@
     
       <dependency>
         <groupId>maven-new</groupId>
  -      <artifactId>core</artifactId>
  +      <artifactId>maven-core</artifactId>
         <version>${pom.currentVersion}</version>
       </dependency>
     
  
  
  
  1.3       +3 -3      maven-new/plugins/jelly/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/jelly/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	1 May 2003 13:01:49 -0000	1.2
  +++ project.xml	1 May 2003 16:21:58 -0000	1.3
  @@ -4,8 +4,8 @@
     <extend>${basedir}/../../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
     <name>Maven Plugin - Jelly</name>
  -  <id>maven-new:plugin-jelly</id>
  -  <artifactId>plugin-jelly</artifactId>
  +  <id>maven-new:maven-plugin-jelly</id>
  +  <artifactId>maven-plugin-jelly</artifactId>
   
     <package>org.apache.maven.plugins.jelly</package>
   
  @@ -13,7 +13,7 @@
     
       <dependency>
         <groupId>maven-new</groupId>
  -      <artifactId>core</artifactId>
  +      <artifactId>maven-core</artifactId>
         <version>${pom.currentVersion}</version>
       </dependency>
     
  
  
  
  1.3       +3 -3      maven-new/plugins/suiterunner/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/plugins/suiterunner/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	1 May 2003 13:01:49 -0000	1.2
  +++ project.xml	1 May 2003 16:21:58 -0000	1.3
  @@ -4,8 +4,8 @@
     <extend>${basedir}/../../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
     <name>Maven Plugin - SuiteRunner</name>
  -  <id>maven-new:plugin-suiterunner</id>
  -  <artifactId>plugin-suiterunner</artifactId>
  +  <id>maven-new:maven-plugin-suiterunner</id>
  +  <artifactId>maven-plugin-suiterunner</artifactId>
     
     <package>org.apache.maven.plugins.suiterunner</package>
   
  @@ -13,7 +13,7 @@
     
       <dependency>
         <groupId>maven-new</groupId>
  -      <artifactId>core</artifactId>
  +      <artifactId>maven-core</artifactId>
         <version>${pom.currentVersion}</version>
       </dependency>
     
  
  
  
  1.7       +3 -4      maven-new/server/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/server/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	1 May 2003 13:01:49 -0000	1.6
  +++ project.xml	1 May 2003 16:21:58 -0000	1.7
  @@ -4,9 +4,8 @@
     <extend>${basedir}/../common/base-project.xml</extend>
     <pomVersion>3</pomVersion>
     <name>Maven Server</name>
  -  <id>maven-new:server</id>
  -  <groupId>maven-new</groupId>
  -  <artifactId>server</artifactId>
  +  <id>maven-new:maven-server</id>
  +  <artifactId>maven-server</artifactId>
     
     <package>org.apache.maven.server</package>
   
  @@ -20,7 +19,7 @@
       
       <dependency>
         <groupId>maven-new</groupId>
  -      <artifactId>core</artifactId>
  +      <artifactId>maven-core</artifactId>
         <version>${pom.currentVersion}</version>
       </dependency>
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org