You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/28 17:09:45 UTC

cvs commit: maven project.xml

brett       2004/06/28 08:09:45

  Modified:    src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH
                        MavenSession.java
               .        Tag: MAVEN-1_0-BRANCH project.xml
  Log:
  bump version for development
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.18.4.14 +2 -2      maven/src/java/org/apache/maven/MavenSession.java
  
  Index: MavenSession.java
  ===================================================================
  RCS file: /home/cvs/maven/src/java/org/apache/maven/MavenSession.java,v
  retrieving revision 1.18.4.13
  retrieving revision 1.18.4.14
  diff -u -r1.18.4.13 -r1.18.4.14
  --- MavenSession.java	28 Jun 2004 09:39:09 -0000	1.18.4.13
  +++ MavenSession.java	28 Jun 2004 15:09:45 -0000	1.18.4.14
  @@ -62,7 +62,7 @@
       public static final String DRIVER_SCRIPT_NAME = "driver.jelly";
   
       /** The current MavenSession version id */
  -    public static final String APP_VERSION = "1.0-rc4";
  +    public static final String APP_VERSION = "1.0-final-SNAPSHOT";
   
       // ------------------------------------------------------------
       // C L A S S  M E M B E R S
  
  
  
  No                   revision
  No                   revision
  1.317.4.29 +1 -1      maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/project.xml,v
  retrieving revision 1.317.4.28
  retrieving revision 1.317.4.29
  diff -u -r1.317.4.28 -r1.317.4.29
  --- project.xml	28 Jun 2004 12:22:06 -0000	1.317.4.28
  +++ project.xml	28 Jun 2004 15:09:45 -0000	1.317.4.29
  @@ -22,7 +22,7 @@
     <pomVersion>3</pomVersion>
     <id>maven</id>
     <name>Maven</name>
  -  <currentVersion>1.0-rc4</currentVersion>
  +  <currentVersion>1.0-final-SNAPSHOT</currentVersion>
     <organization>
       <name>Apache Software Foundation</name>
       <url>http://www.apache.org/</url>
  
  
  

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