plynch 2004/04/25 11:43:46
Modified: appserver project.xml
Log:
o moving current version to 2.1-SNAPSHOT as that is where we are at.
Revision Changes Path
1.25 +10 -5 maven-plugins/appserver/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/appserver/project.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- project.xml 10 Apr 2004 00:59:22 -0000 1.24
+++ project.xml 25 Apr 2004 18:43:46 -0000 1.25
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-appserver-plugin</id>
<name>Maven Appserver Plugin</name>
- <currentVersion>2.0</currentVersion>
+ <currentVersion>2.1-SNAPSHOT</currentVersion>
<description/>
<shortDescription>A Maven plugin that can be used to install and control a J2EE
application server instance.</shortDescription>
<url>http://maven.apache.org/reference/plugins/appserver/</url>
@@ -77,6 +77,11 @@
</dependency>
</dependencies>
<versions>
+ <version>
+ <id>2.1-SNAPSHOT</id>
+ <name>2.1-SNAPSHOT</name>
+ <tag>HEAD</tag>
+ </version>
<version>
<id>2.0</id>
<name>2.0</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]