You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/11/23 20:30:41 UTC

tomee git commit: why this got upgraded? error?

Repository: tomee
Updated Branches:
  refs/heads/master 0075fb5b5 -> dc475ca49


why this got upgraded? error?


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/dc475ca4
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/dc475ca4
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/dc475ca4

Branch: refs/heads/master
Commit: dc475ca49582c5d25eac2bd82d64aebb20929e32
Parents: 0075fb5
Author: rmannibucau <rm...@apache.org>
Authored: Wed Nov 23 21:30:30 2016 +0100
Committer: rmannibucau <rm...@apache.org>
Committed: Wed Nov 23 21:30:30 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/dc475ca4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ecfef94..34274d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <tomee.version>${project.version}</tomee.version>
     
     <!-- to change easily the javaee api version -->
-    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
+    <version.javaee-api>7.0-1</version.javaee-api>
 
     <openjpa.version>2.4.1</openjpa.version>
     <org.apache.openwebbeans.version>1.7.0</org.apache.openwebbeans.version>


Re: tomee git commit: why this got upgraded? error?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
no more since 17 days
https://github.com/apache/tomee/commit/e88ea2fee158936f9f7230c388fb3706dd91a784
;)


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-11-23 22:05 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:

> That was a branch new clone. It was using the snapshot.
> https://github.com/apache/tomee/commit/0075fb5b5f235c16e5cbeb45a3d9ea
> 3532fa9081
> Well, all good now.
>
> On 23 November 2016 at 16:02, Romain Manni-Bucau <rm...@gmail.com>
> wrote:
>
> > Oh I see, so you were not up to date with master probably. 7.0-1 is good.
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://blog-rmannibucau.rhcloud.com> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github <https://github.com/
> > rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> > <https://javaeefactory-rmannibucau.rhcloud.com>
> >
> > 2016-11-23 21:58 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:
> >
> > > Because this is a dev branch and it was using an old version of another
> > > snapshot.  Previously using 7.0-1-SNAPSHOT, breaking it im my machine.
> > I'm
> > > fine either way. Just answering the previous question.
> > >
> > > On 23 November 2016 at 15:54, Romain Manni-Bucau <
> rmannibucau@gmail.com>
> > > wrote:
> > >
> > > > Sorry Thiago, not understanding what you mean. javaee-api and tomee
> are
> > > not
> > > > aligned and there was not a single commit on javaee-api since 7.0-1
> so
> > > why
> > > > using a snapshot?
> > > >
> > > >
> > > > Romain Manni-Bucau
> > > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > > <https://blog-rmannibucau.rhcloud.com> | Old Blog
> > > > <http://rmannibucau.wordpress.com> | Github <https://github.com/
> > > > rmannibucau> |
> > > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> > > > <https://javaeefactory-rmannibucau.rhcloud.com>
> > > >
> > > > 2016-11-23 21:53 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:
> > > >
> > > > > Because it was using old version.
> > > > >
> > > > > https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=
> > > > > commitdiff;h=0075fb5b
> > > > >
> > > > > On 23 November 2016 at 15:30, <rm...@apache.org> wrote:
> > > > >
> > > > > > Repository: tomee
> > > > > > Updated Branches:
> > > > > >   refs/heads/master 0075fb5b5 -> dc475ca49
> > > > > >
> > > > > >
> > > > > > why this got upgraded? error?
> > > > > >
> > > > > >
> > > > > > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
> > > > > > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/
> > dc475ca4
> > > > > > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/dc475ca4
> > > > > > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/dc475ca4
> > > > > >
> > > > > > Branch: refs/heads/master
> > > > > > Commit: dc475ca49582c5d25eac2bd82d64aebb20929e32
> > > > > > Parents: 0075fb5
> > > > > > Author: rmannibucau <rm...@apache.org>
> > > > > > Authored: Wed Nov 23 21:30:30 2016 +0100
> > > > > > Committer: rmannibucau <rm...@apache.org>
> > > > > > Committed: Wed Nov 23 21:30:30 2016 +0100
> > > > > >
> > > > > > ------------------------------------------------------------
> > > ----------
> > > > > >  pom.xml | 2 +-
> > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > > ------------------------------------------------------------
> > > ----------
> > > > > >
> > > > > >
> > > > > > http://git-wip-us.apache.org/repos/asf/tomee/blob/dc475ca4/
> pom.xml
> > > > > > ------------------------------------------------------------
> > > ----------
> > > > > > diff --git a/pom.xml b/pom.xml
> > > > > > index ecfef94..34274d1 100644
> > > > > > --- a/pom.xml
> > > > > > +++ b/pom.xml
> > > > > > @@ -94,7 +94,7 @@
> > > > > >      <tomee.version>${project.version}</tomee.version>
> > > > > >
> > > > > >      <!-- to change easily the javaee api version -->
> > > > > > -    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
> > > > > > +    <version.javaee-api>7.0-1</version.javaee-api>
> > > > > >
> > > > > >      <openjpa.version>2.4.1</openjpa.version>
> > > > > >      <org.apache.openwebbeans.version>1.7.0</org.apache.
> > > > > > openwebbeans.version>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee git commit: why this got upgraded? error?

Posted by Thiago Veronezi <th...@veronezi.org>.
That was a branch new clone. It was using the snapshot.
https://github.com/apache/tomee/commit/0075fb5b5f235c16e5cbeb45a3d9ea3532fa9081
Well, all good now.

On 23 November 2016 at 16:02, Romain Manni-Bucau <rm...@gmail.com>
wrote:

> Oh I see, so you were not up to date with master probably. 7.0-1 is good.
>
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://blog-rmannibucau.rhcloud.com> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <https://github.com/
> rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> <https://javaeefactory-rmannibucau.rhcloud.com>
>
> 2016-11-23 21:58 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:
>
> > Because this is a dev branch and it was using an old version of another
> > snapshot.  Previously using 7.0-1-SNAPSHOT, breaking it im my machine.
> I'm
> > fine either way. Just answering the previous question.
> >
> > On 23 November 2016 at 15:54, Romain Manni-Bucau <rm...@gmail.com>
> > wrote:
> >
> > > Sorry Thiago, not understanding what you mean. javaee-api and tomee are
> > not
> > > aligned and there was not a single commit on javaee-api since 7.0-1 so
> > why
> > > using a snapshot?
> > >
> > >
> > > Romain Manni-Bucau
> > > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > > <https://blog-rmannibucau.rhcloud.com> | Old Blog
> > > <http://rmannibucau.wordpress.com> | Github <https://github.com/
> > > rmannibucau> |
> > > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> > > <https://javaeefactory-rmannibucau.rhcloud.com>
> > >
> > > 2016-11-23 21:53 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:
> > >
> > > > Because it was using old version.
> > > >
> > > > https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=
> > > > commitdiff;h=0075fb5b
> > > >
> > > > On 23 November 2016 at 15:30, <rm...@apache.org> wrote:
> > > >
> > > > > Repository: tomee
> > > > > Updated Branches:
> > > > >   refs/heads/master 0075fb5b5 -> dc475ca49
> > > > >
> > > > >
> > > > > why this got upgraded? error?
> > > > >
> > > > >
> > > > > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
> > > > > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/
> dc475ca4
> > > > > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/dc475ca4
> > > > > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/dc475ca4
> > > > >
> > > > > Branch: refs/heads/master
> > > > > Commit: dc475ca49582c5d25eac2bd82d64aebb20929e32
> > > > > Parents: 0075fb5
> > > > > Author: rmannibucau <rm...@apache.org>
> > > > > Authored: Wed Nov 23 21:30:30 2016 +0100
> > > > > Committer: rmannibucau <rm...@apache.org>
> > > > > Committed: Wed Nov 23 21:30:30 2016 +0100
> > > > >
> > > > > ------------------------------------------------------------
> > ----------
> > > > >  pom.xml | 2 +-
> > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > ------------------------------------------------------------
> > ----------
> > > > >
> > > > >
> > > > > http://git-wip-us.apache.org/repos/asf/tomee/blob/dc475ca4/pom.xml
> > > > > ------------------------------------------------------------
> > ----------
> > > > > diff --git a/pom.xml b/pom.xml
> > > > > index ecfef94..34274d1 100644
> > > > > --- a/pom.xml
> > > > > +++ b/pom.xml
> > > > > @@ -94,7 +94,7 @@
> > > > >      <tomee.version>${project.version}</tomee.version>
> > > > >
> > > > >      <!-- to change easily the javaee api version -->
> > > > > -    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
> > > > > +    <version.javaee-api>7.0-1</version.javaee-api>
> > > > >
> > > > >      <openjpa.version>2.4.1</openjpa.version>
> > > > >      <org.apache.openwebbeans.version>1.7.0</org.apache.
> > > > > openwebbeans.version>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: tomee git commit: why this got upgraded? error?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Oh I see, so you were not up to date with master probably. 7.0-1 is good.


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-11-23 21:58 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:

> Because this is a dev branch and it was using an old version of another
> snapshot.  Previously using 7.0-1-SNAPSHOT, breaking it im my machine. I'm
> fine either way. Just answering the previous question.
>
> On 23 November 2016 at 15:54, Romain Manni-Bucau <rm...@gmail.com>
> wrote:
>
> > Sorry Thiago, not understanding what you mean. javaee-api and tomee are
> not
> > aligned and there was not a single commit on javaee-api since 7.0-1 so
> why
> > using a snapshot?
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> > <https://blog-rmannibucau.rhcloud.com> | Old Blog
> > <http://rmannibucau.wordpress.com> | Github <https://github.com/
> > rmannibucau> |
> > LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> > <https://javaeefactory-rmannibucau.rhcloud.com>
> >
> > 2016-11-23 21:53 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:
> >
> > > Because it was using old version.
> > >
> > > https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=
> > > commitdiff;h=0075fb5b
> > >
> > > On 23 November 2016 at 15:30, <rm...@apache.org> wrote:
> > >
> > > > Repository: tomee
> > > > Updated Branches:
> > > >   refs/heads/master 0075fb5b5 -> dc475ca49
> > > >
> > > >
> > > > why this got upgraded? error?
> > > >
> > > >
> > > > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
> > > > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/dc475ca4
> > > > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/dc475ca4
> > > > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/dc475ca4
> > > >
> > > > Branch: refs/heads/master
> > > > Commit: dc475ca49582c5d25eac2bd82d64aebb20929e32
> > > > Parents: 0075fb5
> > > > Author: rmannibucau <rm...@apache.org>
> > > > Authored: Wed Nov 23 21:30:30 2016 +0100
> > > > Committer: rmannibucau <rm...@apache.org>
> > > > Committed: Wed Nov 23 21:30:30 2016 +0100
> > > >
> > > > ------------------------------------------------------------
> ----------
> > > >  pom.xml | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > ------------------------------------------------------------
> ----------
> > > >
> > > >
> > > > http://git-wip-us.apache.org/repos/asf/tomee/blob/dc475ca4/pom.xml
> > > > ------------------------------------------------------------
> ----------
> > > > diff --git a/pom.xml b/pom.xml
> > > > index ecfef94..34274d1 100644
> > > > --- a/pom.xml
> > > > +++ b/pom.xml
> > > > @@ -94,7 +94,7 @@
> > > >      <tomee.version>${project.version}</tomee.version>
> > > >
> > > >      <!-- to change easily the javaee api version -->
> > > > -    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
> > > > +    <version.javaee-api>7.0-1</version.javaee-api>
> > > >
> > > >      <openjpa.version>2.4.1</openjpa.version>
> > > >      <org.apache.openwebbeans.version>1.7.0</org.apache.
> > > > openwebbeans.version>
> > > >
> > > >
> > >
> >
>

Re: tomee git commit: why this got upgraded? error?

Posted by Thiago Veronezi <th...@veronezi.org>.
Because this is a dev branch and it was using an old version of another
snapshot.  Previously using 7.0-1-SNAPSHOT, breaking it im my machine. I'm
fine either way. Just answering the previous question.

On 23 November 2016 at 15:54, Romain Manni-Bucau <rm...@gmail.com>
wrote:

> Sorry Thiago, not understanding what you mean. javaee-api and tomee are not
> aligned and there was not a single commit on javaee-api since 7.0-1 so why
> using a snapshot?
>
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <https://blog-rmannibucau.rhcloud.com> | Old Blog
> <http://rmannibucau.wordpress.com> | Github <https://github.com/
> rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
> <https://javaeefactory-rmannibucau.rhcloud.com>
>
> 2016-11-23 21:53 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:
>
> > Because it was using old version.
> >
> > https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=
> > commitdiff;h=0075fb5b
> >
> > On 23 November 2016 at 15:30, <rm...@apache.org> wrote:
> >
> > > Repository: tomee
> > > Updated Branches:
> > >   refs/heads/master 0075fb5b5 -> dc475ca49
> > >
> > >
> > > why this got upgraded? error?
> > >
> > >
> > > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
> > > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/dc475ca4
> > > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/dc475ca4
> > > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/dc475ca4
> > >
> > > Branch: refs/heads/master
> > > Commit: dc475ca49582c5d25eac2bd82d64aebb20929e32
> > > Parents: 0075fb5
> > > Author: rmannibucau <rm...@apache.org>
> > > Authored: Wed Nov 23 21:30:30 2016 +0100
> > > Committer: rmannibucau <rm...@apache.org>
> > > Committed: Wed Nov 23 21:30:30 2016 +0100
> > >
> > > ----------------------------------------------------------------------
> > >  pom.xml | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > ----------------------------------------------------------------------
> > >
> > >
> > > http://git-wip-us.apache.org/repos/asf/tomee/blob/dc475ca4/pom.xml
> > > ----------------------------------------------------------------------
> > > diff --git a/pom.xml b/pom.xml
> > > index ecfef94..34274d1 100644
> > > --- a/pom.xml
> > > +++ b/pom.xml
> > > @@ -94,7 +94,7 @@
> > >      <tomee.version>${project.version}</tomee.version>
> > >
> > >      <!-- to change easily the javaee api version -->
> > > -    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
> > > +    <version.javaee-api>7.0-1</version.javaee-api>
> > >
> > >      <openjpa.version>2.4.1</openjpa.version>
> > >      <org.apache.openwebbeans.version>1.7.0</org.apache.
> > > openwebbeans.version>
> > >
> > >
> >
>

Re: tomee git commit: why this got upgraded? error?

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Sorry Thiago, not understanding what you mean. javaee-api and tomee are not
aligned and there was not a single commit on javaee-api since 7.0-1 so why
using a snapshot?


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<https://blog-rmannibucau.rhcloud.com> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory
<https://javaeefactory-rmannibucau.rhcloud.com>

2016-11-23 21:53 GMT+01:00 Thiago Veronezi <th...@veronezi.org>:

> Because it was using old version.
>
> https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=
> commitdiff;h=0075fb5b
>
> On 23 November 2016 at 15:30, <rm...@apache.org> wrote:
>
> > Repository: tomee
> > Updated Branches:
> >   refs/heads/master 0075fb5b5 -> dc475ca49
> >
> >
> > why this got upgraded? error?
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/dc475ca4
> > Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/dc475ca4
> > Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/dc475ca4
> >
> > Branch: refs/heads/master
> > Commit: dc475ca49582c5d25eac2bd82d64aebb20929e32
> > Parents: 0075fb5
> > Author: rmannibucau <rm...@apache.org>
> > Authored: Wed Nov 23 21:30:30 2016 +0100
> > Committer: rmannibucau <rm...@apache.org>
> > Committed: Wed Nov 23 21:30:30 2016 +0100
> >
> > ----------------------------------------------------------------------
> >  pom.xml | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/tomee/blob/dc475ca4/pom.xml
> > ----------------------------------------------------------------------
> > diff --git a/pom.xml b/pom.xml
> > index ecfef94..34274d1 100644
> > --- a/pom.xml
> > +++ b/pom.xml
> > @@ -94,7 +94,7 @@
> >      <tomee.version>${project.version}</tomee.version>
> >
> >      <!-- to change easily the javaee api version -->
> > -    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
> > +    <version.javaee-api>7.0-1</version.javaee-api>
> >
> >      <openjpa.version>2.4.1</openjpa.version>
> >      <org.apache.openwebbeans.version>1.7.0</org.apache.
> > openwebbeans.version>
> >
> >
>

Re: tomee git commit: why this got upgraded? error?

Posted by Thiago Veronezi <th...@veronezi.org>.
Because it was using old version.

https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=commitdiff;h=0075fb5b

On 23 November 2016 at 15:30, <rm...@apache.org> wrote:

> Repository: tomee
> Updated Branches:
>   refs/heads/master 0075fb5b5 -> dc475ca49
>
>
> why this got upgraded? error?
>
>
> Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
> Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/dc475ca4
> Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/dc475ca4
> Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/dc475ca4
>
> Branch: refs/heads/master
> Commit: dc475ca49582c5d25eac2bd82d64aebb20929e32
> Parents: 0075fb5
> Author: rmannibucau <rm...@apache.org>
> Authored: Wed Nov 23 21:30:30 2016 +0100
> Committer: rmannibucau <rm...@apache.org>
> Committed: Wed Nov 23 21:30:30 2016 +0100
>
> ----------------------------------------------------------------------
>  pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/tomee/blob/dc475ca4/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index ecfef94..34274d1 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -94,7 +94,7 @@
>      <tomee.version>${project.version}</tomee.version>
>
>      <!-- to change easily the javaee api version -->
> -    <version.javaee-api>7.0-2-SNAPSHOT</version.javaee-api>
> +    <version.javaee-api>7.0-1</version.javaee-api>
>
>      <openjpa.version>2.4.1</openjpa.version>
>      <org.apache.openwebbeans.version>1.7.0</org.apache.
> openwebbeans.version>
>
>