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

svn commit: r378860 - in /maven/maven-1/plugins/trunk/source: project.xml xdocs/changes.xml

Author: snicoll
Date: Sun Feb 19 00:53:35 2006
New Revision: 378860

URL: http://svn.apache.org/viewcvs?rev=378860&view=rev
Log:
[maven-scm-plugin] prepare release 1.0

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

Modified: maven/maven-1/plugins/trunk/source/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/source/project.xml?rev=378860&r1=378859&r2=378860&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/project.xml (original)
+++ maven/maven-1/plugins/trunk/source/project.xml Sun Feb 19 00:53:35 2006
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
 <!--
 /*
  * Copyright 2001-2006 The Apache Software Foundation.
@@ -21,11 +22,16 @@
   <pomVersion>3</pomVersion>
   <id>maven-source-plugin</id>
   <name>Maven Source Plugin</name>
-  <currentVersion>1.0-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>
   <versions>
+    <version>
+      <id>1.0</id>
+      <name>1.0</name>
+      <tag>MAVEN?_SOURCE_1_0</tag>
+    </version>
   </versions>
   <developers>
     <developer>

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=378860&r1=378859&r2=378860&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/source/xdocs/changes.xml Sun Feb 19 00:53:35 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
 /*
@@ -23,7 +23,7 @@
     <author email="snicoll@apache.org">Stephane Nicoll</author>
   </properties>
   <body>
-    <release version="1.0" date="in SVN">
+    <release version="1.0" date="2006-02-19">
       <action dev="snicoll" type="add">Initial release.</action>
     </release>
   </body>