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 <[email protected]>: > 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 <[email protected]> > 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 <[email protected]>: > > > > > 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, <[email protected]> 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 <[email protected]> > > > > Authored: Wed Nov 23 21:30:30 2016 +0100 > > > > Committer: rmannibucau <[email protected]> > > > > 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> > > > > > > > > > > > > > >
