You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/24 19:32:34 UTC

svn commit: r380768 - in /maven/maven-1/plugins/trunk/source: plugin.jelly project.xml xdocs/changes.xml xdocs/index.xml

Author: ltheussl
Date: Fri Feb 24 10:32:34 2006
New Revision: 380768

URL: http://svn.apache.org/viewcvs?rev=380768&view=rev
Log:
Back to 1.0 to fix tag

Modified:
    maven/maven-1/plugins/trunk/source/plugin.jelly
    maven/maven-1/plugins/trunk/source/project.xml
    maven/maven-1/plugins/trunk/source/xdocs/changes.xml
    maven/maven-1/plugins/trunk/source/xdocs/index.xml

Modified: maven/maven-1/plugins/trunk/source/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/source/plugin.jelly?rev=380768&r1=380767&r2=380768&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/source/plugin.jelly Fri Feb 24 10:32:34 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 /*
  * Copyright 2001-2005 The Apache Software Foundation.

Modified: maven/maven-1/plugins/trunk/source/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/source/project.xml?rev=380768&r1=380767&r2=380768&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/project.xml (original)
+++ maven/maven-1/plugins/trunk/source/project.xml Fri Feb 24 10:32:34 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 /*
@@ -17,12 +17,13 @@
  * limitations under the License.
  */
  -->
+
 <project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
   <extend>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-source-plugin</id>
   <name>Maven Source Plugin</name>
-  <currentVersion>1.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.0</currentVersion>
   <description>Java source archive plugin for Maven</description>
   <shortDescription>Create Java source archive</shortDescription>
   <package>org.apache.maven.plugin.source</package>
@@ -30,7 +31,7 @@
     <version>
       <id>1.0</id>
       <name>1.0</name>
-      <tag>MAVEN?_SOURCE_1_0</tag>
+      <tag>MAVEN_SOURCE_1_0</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/source/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/source/xdocs/changes.xml?rev=380768&r1=380767&r2=380768&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/source/xdocs/changes.xml Fri Feb 24 10:32:34 2006
@@ -23,9 +23,6 @@
     <author email="snicoll@apache.org">Stephane Nicoll</author>
   </properties>
   <body>
-    <release version="1.1" date="in SVN">
-      
-    </release>
     <release version="1.0" date="2006-02-19">
       <action dev="snicoll" type="add">Initial release.</action>
     </release>

Modified: maven/maven-1/plugins/trunk/source/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/source/xdocs/index.xml?rev=380768&r1=380767&r2=380768&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/source/xdocs/index.xml Fri Feb 24 10:32:34 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 /*
  * Copyright 2001-2005 The Apache Software Foundation.