You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/09/18 22:30:51 UTC

cvs commit: maven/src/plugins-build/jboss/sample project.xml

vmassol     2003/09/18 13:30:51

  Modified:    src/plugins-build/jboss/xdocs changes.xml navigation.xml
                        index.xml
               src/plugins-build/jboss project.xml
               src/plugins-build/jboss/sample project.xml
  Added:       src/plugins-build/jboss/announcements 1.3.ann
  Log:
  Prepare for 1.3 release
  
  Revision  Changes    Path
  1.14      +1 -1      maven/src/plugins-build/jboss/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	19 Aug 2003 04:45:05 -0000	1.13
  +++ changes.xml	18 Sep 2003 20:30:50 -0000	1.14
  @@ -7,7 +7,7 @@
   
     <body>
   
  -    <release version="1.3" date="in CVS">
  +    <release version="1.3" date="2003-09-18">
         <action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="ctwillie@ust.hk">
           Fixes 
           <a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-570">MAVEN-570</a>.       
  
  
  
  1.5       +1 -0      maven/src/plugins-build/jboss/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml	31 Aug 2003 15:49:40 -0000	1.4
  +++ navigation.xml	18 Sep 2003 20:30:50 -0000	1.5
  @@ -13,6 +13,7 @@
         <item name="Properties" href="/properties.html"/>
       </menu>
       <menu name="Downloads">
  +      <item name="JBoss Plugin 1.3" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.3.jar"/>
         <item name="JBoss Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.2.jar"/>
         <item name="JBoss Plugin 1.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.1.jar"/>
         <item name="JBoss Plugin 1.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.0.jar"/>
  
  
  
  1.5       +7 -0      maven/src/plugins-build/jboss/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	19 Aug 2003 04:45:05 -0000	1.4
  +++ index.xml	18 Sep 2003 20:30:50 -0000	1.5
  @@ -22,6 +22,13 @@
             <th>Description</th>
           </tr>
           <tr>
  +          <td>18 Sep 2003</td>
  +          <td>
  +            Release of version 1.3. Read the
  +            <a href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.3.ann?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">announcement</a>.
  +          </td>
  +        </tr>
  +        <tr>
             <td>18 Aug 2003</td>
             <td>
               Release of version 1.2. Read the
  
  
  
  1.1                  maven/src/plugins-build/jboss/announcements/1.3.ann
  
  Index: 1.3.ann
  ===================================================================
  The Maven team is pleased to announce the JBoss plugin 1.3 release!
  
  http://maven.apache.org/reference/plugins/jboss
  
  The Maven JBoss plugin is a plugin containing goals useful for creating
  a JBoss server configuration and deploying J2EE modules in it.
  
  Changes in this version include (last changes first):
  
  o Fixes MAVEN-570. Make the JBoss plugin work on unix (JBoss scripts have 
    a sh extension which we were missing).
  
  Note that this plugin has been tested with Maven 1.0 rc1. Using it with
  another version of Maven is at your own risks! :-)
  
  You can download the JBoss Maven plugin here:
  http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.3.jar
  
  Have fun!
  -Vincent
  
  
  1.13      +2 -2      maven/src/plugins-build/jboss/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	2 Sep 2003 10:23:31 -0000	1.12
  +++ project.xml	18 Sep 2003 20:30:51 -0000	1.13
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jboss-plugin</id>
     <name>Maven JBoss Plug-in</name>
  -  <currentVersion>1.3-SNAPSHOT</currentVersion>
  +  <currentVersion>1.3</currentVersion>
     <description>Plugin for JBoss.</description>
     <shortDescription>JBoss plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jboss/</url>
  @@ -36,7 +36,7 @@
       <version>
         <id>1.3</id>
         <name>1.3</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_JBOSS_1_3</tag>
       </version>
     </versions>
   
  
  
  
  1.2       +1 -1      maven/src/plugins-build/jboss/sample/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/jboss/sample/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	8 Apr 2003 14:39:52 -0000	1.1
  +++ project.xml	18 Sep 2003 20:30:51 -0000	1.2
  @@ -12,7 +12,7 @@
     
     <!-- The version of the project under development, e.g.
          1.1, 1.2, 2.0-dev -->
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     
     <!-- details about the organization that 'owns' the project -->
     <organization>
  
  
  

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