scolebourne 2003/10/16 13:48:17
Modified: primitives project.xml STATUS.html build.xml
primitives/src/conf MANIFEST.MF
Log:
Update versions to 1.0
Revision Changes Path
1.3 +1 -1 jakarta-commons/primitives/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/project.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- project.xml 14 Oct 2003 19:40:42 -0000 1.2
+++ project.xml 16 Oct 2003 20:48:17 -0000 1.3
@@ -3,7 +3,7 @@
<extend>../project.xml</extend>
<id>commons-primitives</id>
<name>Commons Primitives</name>
- <currentVersion>0.1</currentVersion>
+ <currentVersion>1.0-dev</currentVersion>
<inceptionYear>2003</inceptionYear>
<description>
1.2 +7 -7 jakarta-commons/primitives/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/STATUS.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- STATUS.html 13 Oct 2003 22:43:09 -0000 1.1
+++ STATUS.html 16 Oct 2003 20:48:17 -0000 1.2
@@ -44,11 +44,11 @@
<a name="Release Info"></a>
<h3>3. RELEASE INFO</h3>
-<p>Current Release: primitives is yet to be released. We hope it will be RSN.</p>
+<p>Current Release: primitives is yet to be released.</p>
-<p>Planned Next Release: Real Soon Now :) See the
-<a href="#Action Items">Action Items</a> list for tasks that need to be
-completed prior to this release.</p>
+<p>Planned Next Release - 1.0. This release is intended to formally release the code
+previously located in commons-collections component. For backwards compatability,
+the original collections package names will be used.</p>
<a name="Committers"></a>
@@ -79,8 +79,8 @@
</tr>
<tr>
- <td><strong>CODE!</strong>. Add code to make this package useful.</td>
- <td align="center">Everyone</td>
+ <td>Manage 1.0 release</td>
+ <td align="center">???</td>
</tr>
</table>
1.4 +2 -2 jakarta-commons/primitives/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml 14 Oct 2003 21:49:16 -0000 1.3
+++ build.xml 16 Oct 2003 20:48:17 -0000 1.4
@@ -43,7 +43,7 @@
<property name="component.title" value="Primitive type utilities"/>
<!-- The current version number of this component -->
- <property name="component.version" value="0.1"/>
+ <property name="component.version" value="1.0-dev"/>
<!-- The final name of the component -->
<property name="final.name"
value="commons-${component.name}-${component.version}"/>
1.2 +1 -1 jakarta-commons/primitives/src/conf/MANIFEST.MF
Index: MANIFEST.MF
===================================================================
RCS file: /home/cvs/jakarta-commons/primitives/src/conf/MANIFEST.MF,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- MANIFEST.MF 13 Oct 2003 22:46:58 -0000 1.1
+++ MANIFEST.MF 16 Oct 2003 20:48:17 -0000 1.2
@@ -1,7 +1,7 @@
Extension-Name: @name@
Specification-Title: Jakarta Commons Primitives
Specification-Vendor: Apache Software Foundation
-Specification-Version: 0.1
+Specification-Version: 1.0
Implementation-Vendor: Apache Software Foundation
Implementation-Title: org.apache.commons.primitives
Implementation-Version: @version@
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]