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/04/09 00:16:04 UTC

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

vmassol     2003/04/08 15:16:04

  Modified:    src/plugins-build/jboss/xdocs changes.xml
               src/plugins-build/jboss project.xml
  Added:       src/plugins-build/jboss/announcements 1.0.ann
  Log:
  Preparing for 1.0 release
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	8 Apr 2003 14:39:52 -0000	1.1
  +++ changes.xml	8 Apr 2003 22:16:03 -0000	1.2
  @@ -7,7 +7,7 @@
   
     <body>
   
  -    <release version="1.0" date="in CVS">
  +    <release version="1.0" date="2003-04-08">
         <action dev="vmassol" type="add">
           Plugin creation.
         </action>
  
  
  
  1.1                  maven/src/plugins-build/jboss/announcements/1.0.ann
  
  Index: 1.0.ann
  ===================================================================
  The Maven team is pleased to announce the JBoss plugin 1.0 release!
  
  http://maven.apache.org/reference/plugins/jboss
  
  The Maven JBoss plugin is a plugin containing goals useful for persons
  wishing to deploy their applications on JBoss.
  
  Features in this version includes:
  
  o Ability to create a custom JBoss server configuration
  o Ability to start JBoss using this custom JBoss server configuration
  o Ability to stop JBoss
  
  You can download the JBoss Maven plugin here:
  http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.0.jar
  
  Have fun!
  -Vincent
  
  
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	8 Apr 2003 14:39:52 -0000	1.1
  +++ project.xml	8 Apr 2003 22:16:04 -0000	1.2
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-jboss-plugin</id>
     <name>Maven JBoss Plug-in</name>
  -  <currentVersion>1.0-SNAPSHOT</currentVersion>
  +  <currentVersion>1.0</currentVersion>
     <description>Plugin for JBoss.</description>
     <shortDescription>JBoss plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jboss/</url>
  @@ -21,7 +21,7 @@
       <version>
         <id>1.0</id>
         <name>1.0</name>
  -      <tag>HEAD</tag>
  +      <tag>MAVEN_JBOSS_1_0</tag>
       </version>
     </versions>
   
  
  
  

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