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/05/18 03:42:52 UTC

cvs commit: maven/src/java/org/apache/maven MavenSession.java

brett       2004/05/17 18:42:52

  Modified:    src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH
                        MavenSession.java
  Log:
  update version (Thanks Emmanuel!)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.18.4.11 +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.10
  retrieving revision 1.18.4.11
  diff -u -r1.18.4.10 -r1.18.4.11
  --- MavenSession.java	23 Apr 2004 03:19:28 -0000	1.18.4.10
  +++ MavenSession.java	18 May 2004 01:42:52 -0000	1.18.4.11
  @@ -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-rc3-SNAPSHOT";
  +    public static final String APP_VERSION = "1.0-rc3";
   
       // ------------------------------------------------------------
       // C L A S S  M E M B E R S
  
  
  

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


Re: cvs commit: maven/src/java/org/apache/maven MavenSession.java

Posted by Jerome Lacoste <je...@coffeebreaks.org>.
I have put a note on my todo list that one could introduce a token
replacement mechanism here so that value gets set at build time based on
the POM settings.

Will work on it at worst early June, if noones does it before.

Jerome

On Mon, 2004-05-17 at 21:42, brett@apache.org wrote:
> brett       2004/05/17 18:42:52
> 
>   Modified:    src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH
>                         MavenSession.java
>   Log:
>   update version (Thanks Emmanuel!)
>   
>   Revision  Changes    Path
>   No                   revision
>   No                   revision
>   1.18.4.11 +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.10
>   retrieving revision 1.18.4.11
>   diff -u -r1.18.4.10 -r1.18.4.11
>   --- MavenSession.java	23 Apr 2004 03:19:28 -0000	1.18.4.10
>   +++ MavenSession.java	18 May 2004 01:42:52 -0000	1.18.4.11
>   @@ -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-rc3-SNAPSHOT";
>   +    public static final String APP_VERSION = "1.0-rc3";
>    
>        // ------------------------------------------------------------
>        // C L A S S  M E M B E R S
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
-- 
Jerome Lacoste - CoffeeBreaks - IT Consulting
jerome@coffeebreaks.org - http://www.CoffeeBreaks.org


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