You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/12/25 01:56:39 UTC

cvs commit: avalon/repository maven.xml project.xml

mcconnell    2003/12/24 16:56:39

  Modified:    repository maven.xml project.xml
  Log:
  Tag and bump.
  
  Revision  Changes    Path
  1.8       +1 -0      avalon/repository/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	14 Dec 2003 17:01:46 -0000	1.7
  +++ maven.xml	25 Dec 2003 00:56:39 -0000	1.8
  @@ -32,6 +32,7 @@
         <j:forEach var="child" items="${reactorProjects}">
           <ant:fileset dir="${child.file.parentFile}/target">
             <ant:include name="${child.artifactId}-${child.currentVersion}.jar"/>
  +          <ant:include name="${child.artifactId}-${child.currentVersion}.jar.meta"/>
           </ant:fileset>
         </j:forEach>
       </ant:copy>
  
  
  
  1.10      +8 -1      avalon/repository/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	23 Dec 2003 17:31:25 -0000	1.9
  +++ project.xml	25 Dec 2003 00:56:39 -0000	1.10
  @@ -6,7 +6,7 @@
     <groupId>avalon</groupId>
     <id>avalon-repository</id>
     <name>Avalon Repository</name>
  -  <currentVersion>1.2-RC5</currentVersion>
  +  <currentVersion>1.2-RC6</currentVersion>
   
     <organization>
       <name>Apache Software Foundation</name>
  @@ -69,6 +69,13 @@
         </roles>
       </developer>
     </developers>
  +
  +  <releases>
  +    <release>
  +      <version>1.2-RC6</version>
  +      <tag>SNAPSHOT_20031225</tag>
  +    </release>
  +  </releases>
   
     <build>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org