Hi, You are adding "-SNAPSHOT" to the version. Was there any other change? I will try to change the build so that all "h2-latest" are automatically snapshot versions.
Regards, Thomas On Friday, March 14, 2014, Nicolas Fortin (OrbisGIS) <[email protected]> wrote: > Hi, > > I work on how to define a valid snapshot release manifest for H2. It > should be used in the release of h2-latest.jar > > > The result is here: > > Manifest-Version: 1.0 >> Implementation-Title: H2 Database Engine >> Implementation-URL: http://www.h2database.com >> Implementation-Version: 1.3.176-SNAPSHOT >> Build-Jdk: 1.6 >> Created-By: 1.6.0_27-b27 (Sun Microsystems Inc.) >> Main-Class: org.h2.tools.Console >> Bundle-Activator: org.h2.util.DbDriverActivator >> Bundle-ManifestVersion: 2 >> Bundle-Name: H2 Database Engine >> Bundle-SymbolicName: org.h2 >> Bundle-Vendor: H2 Group >> Bundle-Version: 1.3.176.SNAPSHOT >> Bundle-License: http://www.h2database.com/html/license.html >> Bundle-Category: jdbc >> Import-Package: javax.management, >> javax.naming;resolution:=optional, >> javax.naming.spi;resolution:=optional, >> javax.net, >> javax.net.ssl, >> javax.servlet;resolution:=optional, >> javax.servlet.http;resolution:=optional, >> javax.sql, >> javax.tools;resolution:=optional, >> javax.transaction.xa;resolution:=optional, >> org.apache.lucene.analysis;version="[3.0.0,3.1.0)";resolution:=optional, >> >> >> org.apache.lucene.analysis.standard;version="[3.0.0,3.1.0)";resolution:=optional, >> org.apache.lucene.document;version="[3.0.0,3.1.0)";resolution:=optional, >> org.apache.lucene.index;version="[3.0.0,3.1.0)";resolution:=optional, >> >> org.apache.lucene.queryParser;version="[3.0.0,3.1.0)";resolution:=optional, >> org.apache.lucene.search;version="[3.0.0,3.1.0)";resolution:=optional, >> org.apache.lucene.store;version="[3.0.0,3.1.0)";resolution:=optional, >> org.apache.lucene.util;version="[3.0.0,3.1.0)";resolution:=optional, >> com.vividsolutions.jts.geom;version="1.13";resolution:=optional, >> com.vividsolutions.jts.io;version="1.13";resolution:=optional, >> org.h2;version="[1.3,1.4.0)", >> org.h2.api;version="[1.3,1.4.0)", >> org.h2.fulltext;version="[1.3,1.4.0)", >> org.h2.jdbcx;version="[1.3,1.4.0)", >> org.h2.tools;version="[1.3,1.4.0)", >> org.h2.util;version="[1.3,1.4.0)", >> org.h2.value;version="[1.3,1.4.0)", >> org.osgi.framework;version="1.5", >> org.osgi.service.jdbc;version="1.0", >> org.slf4j;version="[1.6.0,1.7.0)";resolution:=optional >> Export-Package: org.h2;version="1.3.176.SNAPSHOT", >> org.h2.api;version="1.3.176.SNAPSHOT", >> org.h2.constant;version="1.3.176.SNAPSHOT", >> org.h2.fulltext;version="1.3.176.SNAPSHOT", >> org.h2.jdbc;version="1.3.176.SNAPSHOT", >> org.h2.jdbcx;version="1.3.176.SNAPSHOT", >> org.h2.tools;version="1.3.176.SNAPSHOT", >> org.h2.util;version="1.3.176.SNAPSHOT", >> org.h2.value;version="1.3.176.SNAPSHOT", >> org.h2.bnf;version="1.3.176.SNAPSHOT" , >> org.h2.bnf.context;version="1.3.176.SNAPSHOT" >> Premain-Class: org.h2.util.Profiler >> > > Thanks for reading > > -Nicolas Fortin > Atelier SIG, IRSTV FR CNRS 2488 > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to > [email protected]<javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to > [email protected]<javascript:_e(%7B%7D,'cvml','[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
