pom.xml changes for pulling in EclipseLink 2.0.0-M12

View: New views
2 Messages — Rating Filter:   Alert me  

pom.xml changes for pulling in EclipseLink 2.0.0-M12

by Mitesh Meswani :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

FYI..

% svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml     (revision 33679)
+++ pom.xml     (working copy)
@@ -136,8 +136,8 @@
         <webservices.version>2.0-b25</webservices.version>
         <woodstox.version>3.2.1-RC1</woodstox.version>
         <jaxb.version>2.2-promoted-b61</jaxb.version>
-        
<javax-persistence-api.version>2.0.0-M11</javax-persistence-api.version>
-        <eclipselink.version>2.0.0-M11</eclipselink.version>
+        
<javax-persistence-api.version>2.0.0-M12</javax-persistence-api.version>
+        <eclipselink.version>2.0.0-M12</eclipselink.version>
         <dbschema.version>RELEASE60</dbschema.version>
         <!-- osgi version string must start with a number. Manually
mapping above dbschema.version to osgi.version here -->
         <dbschema.osgi.version>6.0</dbschema.osgi.version>

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


Re: pom.xml changes for pulling in EclipseLink 2.0.0-M12

by Jane Young-Lau :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Looks fine.  Thanks.


Mitesh Meswani wrote:

> FYI..
>
> % svn diff pom.xml
> Index: pom.xml
> ===================================================================
> --- pom.xml     (revision 33679)
> +++ pom.xml     (working copy)
> @@ -136,8 +136,8 @@
>         <webservices.version>2.0-b25</webservices.version>
>         <woodstox.version>3.2.1-RC1</woodstox.version>
>         <jaxb.version>2.2-promoted-b61</jaxb.version>
> -        
> <javax-persistence-api.version>2.0.0-M11</javax-persistence-api.version>
> -        <eclipselink.version>2.0.0-M11</eclipselink.version>
> +        
> <javax-persistence-api.version>2.0.0-M12</javax-persistence-api.version>
> +        <eclipselink.version>2.0.0-M12</eclipselink.version>
>         <dbschema.version>RELEASE60</dbschema.version>
>         <!-- osgi version string must start with a number. Manually
> mapping above dbschema.version to osgi.version here -->
>         <dbschema.osgi.version>6.0</dbschema.osgi.version>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>


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