On Thu, 2011-02-24 at 15:04 -0600, Michael Dick wrote: > On Thu, Feb 24, 2011 at 2:08 PM, David Beer > <[email protected]> wrote: > > On Mon, 2011-02-21 at 15:29 -0600, Michael Dick wrote: > > The Apache OpenJPA community is proud to announce the > maintenance > > release of OpenJPA 2.1.0. As with the prior 2.0.1 release, > this > > distribution is based on the final JSR 317 Java Persistence > API, Version > > 2.0 specification and passes the JPA 2.0 TCK. > > > > Please visit our project website to learn more about Apache > OpenJPA and > > how to download or include our persistence provider in your > builds. > > > > http://openjpa.apache.org/ > > > > Thanks, > > Apache OpenJPA PMC > > > Hi Mike > > I ahve just tried to add the maven dependancy of 2.1 > openjpa-all and > don't see it as officially released yet. It seems to be in the > main > central repo but is not comming up as and apache.openjpa > release. > > Am I missing something or was the artifact not deployed > properly. > > Thanks > > David > > > Hi David, > > I'm not sure what you mean by the artifact not coming up as an > apache.openjpa release. > > I was able to download it as a dependency with this syntax : > <dependency> > <groupId>org.apache.openjpa</groupId> > <artifactId>openjpa-all</artifactId> > <version>2.1.0</version> > </dependency> > > The artifact was deployed / promoted via the Apache nexus repository > manager which should have finalized the release (AFAIK). > > -mike > >
Hi Mike Thanks for this I am not sure what was wrong but copying the above worked. It found the jar and downloaded it nicely. Thanks David
