You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ra...@apache.org on 2007/04/17 03:18:41 UTC

svn commit: r529462 - /xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java

Author: radup
Date: Mon Apr 16 18:18:38 2007
New Revision: 529462

URL: http://svn.apache.org/viewvc?view=rev&rev=529462
Log:
Change the XmlBeans version number that gets put in the manifest file and gets returned by XmlBeans.getVersion() to 2.3.0 from 2.2.1 since this is going to be the new release version number.

Modified:
    xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java

Modified: xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java?view=diff&rev=529462&r1=529461&r2=529462
==============================================================================
--- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java (original)
+++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java Mon Apr 16 18:18:38 2007
@@ -35,7 +35,7 @@
 public final class XmlBeans
 {
     private static String XMLBEANS_TITLE = "org.apache.xmlbeans";
-    private static String XMLBEANS_VERSION = "2.2.1";
+    private static String XMLBEANS_VERSION = "2.3.0";
     private static String XMLBEANS_VENDOR = "Apache Software Foundation";
 
     static



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org


RE: svn commit: r529462 - /xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java

Posted by Radu Preotiuc-Pietro <ra...@bea.com>.
I see, thanks Cezar.

I will change that too with my next checkin.

Radu 

-----Original Message-----
From: Cezar Andrei [mailto:cezar@bea.com] 
Sent: Tuesday, April 17, 2007 1:29 PM
To: dev@xmlbeans.apache.org
Subject: RE: svn commit: r529462 -
/xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java

Radu, 

There is one more place that reflects the version number that also needs
to be changed to v2.3.0: trunck/build.xml:7

Cezar

> -----Original Message-----
> From: radup@apache.org [mailto:radup@apache.org]
> Sent: Monday, April 16, 2007 8:19 PM
> To: commits@xmlbeans.apache.org
> Subject: svn commit: r529462 -
> /xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> 
> Author: radup
> Date: Mon Apr 16 18:18:38 2007
> New Revision: 529462
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=529462
> Log:
> Change the XmlBeans version number that gets put in the manifest file
and
> gets returned by XmlBeans.getVersion() to 2.3.0 from 2.2.1 since this
is
> going to be the new release version number.
> 
> Modified:
>     xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> 
> Modified:
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> URL:
>
http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xml
be
> ans/XmlBeans.java?view=diff&rev=529462&r1=529461&r2=529462
>
========================================================================
==
> ====
> --- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> (original)
> +++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java Mon
Apr
> 16 18:18:38 2007
> @@ -35,7 +35,7 @@
>  public final class XmlBeans
>  {
>      private static String XMLBEANS_TITLE = "org.apache.xmlbeans";
> -    private static String XMLBEANS_VERSION = "2.2.1";
> +    private static String XMLBEANS_VERSION = "2.3.0";
>      private static String XMLBEANS_VENDOR = "Apache Software
Foundation";
> 
>      static
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
> For additional commands, e-mail: commits-help@xmlbeans.apache.org


Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

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


Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

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


RE: svn commit: r529462 - /xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java

Posted by Cezar Andrei <ce...@bea.com>.
Radu, 

There is one more place that reflects the version number that also needs
to be changed to v2.3.0: trunck/build.xml:7

Cezar

> -----Original Message-----
> From: radup@apache.org [mailto:radup@apache.org]
> Sent: Monday, April 16, 2007 8:19 PM
> To: commits@xmlbeans.apache.org
> Subject: svn commit: r529462 -
> /xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> 
> Author: radup
> Date: Mon Apr 16 18:18:38 2007
> New Revision: 529462
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=529462
> Log:
> Change the XmlBeans version number that gets put in the manifest file
and
> gets returned by XmlBeans.getVersion() to 2.3.0 from 2.2.1 since this
is
> going to be the new release version number.
> 
> Modified:
>     xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> 
> Modified:
xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> URL:
>
http://svn.apache.org/viewvc/xmlbeans/trunk/src/xmlpublic/org/apache/xml
be
> ans/XmlBeans.java?view=diff&rev=529462&r1=529461&r2=529462
>
========================================================================
==
> ====
> --- xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java
> (original)
> +++ xmlbeans/trunk/src/xmlpublic/org/apache/xmlbeans/XmlBeans.java Mon
Apr
> 16 18:18:38 2007
> @@ -35,7 +35,7 @@
>  public final class XmlBeans
>  {
>      private static String XMLBEANS_TITLE = "org.apache.xmlbeans";
> -    private static String XMLBEANS_VERSION = "2.2.1";
> +    private static String XMLBEANS_VERSION = "2.3.0";
>      private static String XMLBEANS_VENDOR = "Apache Software
Foundation";
> 
>      static
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
> For additional commands, e-mail: commits-help@xmlbeans.apache.org


Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.

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