You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2004/02/26 13:08:56 UTC

cvs commit: avalon-excalibur/instrument-manager maven.xml project.xml

niclas      2004/02/26 04:08:56

  Modified:    instrument-manager maven.xml project.xml
  Log:
  Bumped the version, in order to get some grip on the -dev vs the -SNAPSHOT mess. Also made jar:install the default target.
  
  Revision  Changes    Path
  1.2       +1 -1      avalon-excalibur/instrument-manager/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-manager/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	18 Feb 2004 16:44:29 -0000	1.1
  +++ maven.xml	26 Feb 2004 12:08:55 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project default="java:jar" xmlns:j="jelly:core" xmlns:ant="jelly:ant">
  +<project default="jar:install" xmlns:j="jelly:core" xmlns:ant="jelly:ant">
       <!-- include the excalibur-wide custom project properties -->
       <property file="${basedir}/project.properties"/>
   
  
  
  
  1.2       +2 -2      avalon-excalibur/instrument-manager/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/instrument-manager/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	9 Nov 2003 16:36:32 -0000	1.1
  +++ project.xml	26 Feb 2004 12:08:55 -0000	1.2
  @@ -5,7 +5,7 @@
   
       <name>excalibur-instrument-manager</name>
       <id>excalibur-instrument-manager</id>
  -    <currentVersion>1.1-dev</currentVersion>
  +    <currentVersion>1.2</currentVersion>
       <inceptionYear>1997</inceptionYear>
       <shortDescription>Excalibur Instrument Manager</shortDescription>
       <description>
  @@ -41,7 +41,7 @@
           </dependency>
           <dependency>
               <id>excalibur-instrument</id>
  -            <version>SNAPSHOT</version>
  +            <version>1.2</version>
           </dependency>
       </dependencies>
   
  
  
  

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