Hi, Yes the - is a problem, I try it. The provided manifest works.
Implementation-Version is the same as pom version: http://maven.apache.org/maven-1.x/plugins/jar/manifest.html Regards, Nicolas Fortin RISING team CNRS - Ecole Centrale de Nantes BP 92101 1 rue de la Noë, 44321 NANTES Cedex 3 France http://www.ec-nantes.fr/ Le samedi 22 mars 2014 17:55:47 UTC+1, Thomas Mueller a écrit : > > Hi, > > I thought Maven uses "-SNAPSHOT", so I assumed OSGi does as well. Somebody > told me "-" before the "SNAPSHOT" was a problem for Apache Felix but is now > solved. Are you sure "-" is a problem? If yes, would it be better to use > ".SNAPSHOT" everywhere? What about ".snapshot" (lowercase)? > > Regards, > Thomas > > > > On Thu, Mar 20, 2014 at 9:20 AM, Nicolas Fortin (OrbisGIS) < > [email protected] <javascript:>> wrote: > >> Hi, >> >> Great ! Only Implementation-Version support the - character. Other >> attributes must use dot instead 1.3.176.SNAPSHOT >> >> I don't know if it is complicated to deploy snapshot on maven central. I >> follow this file to do release for h2gis but I do not automated the >> process. >> https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide?__utma=246996102.1370845598.1382454439.1382454439.1382454439.1&__utmb=246996102.4.10.1382454439&__utmc=246996102&__utmx=-&__utmz=246996102.1382454439.1.1.utmcsr=google|utmccn=%28organic%29|utmcmd=organic|utmctr=%28not%20provided%29&__utmv=-&__utmk=245989639#SonatypeOSSMavenRepositoryUsageGuide-7a.2.PublishSnapshots<https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide?__utma=246996102.1370845598.1382454439.1382454439.1382454439.1&__utmb=246996102.4.10.1382454439&__utmc=246996102&__utmx=-&__utmz=246996102.1382454439.1.1.utmcsr=google%7Cutmccn=%28organic%29%7Cutmcmd=organic%7Cutmctr=%28not%20provided%29&__utmv=-&__utmk=245989639#SonatypeOSSMavenRepositoryUsageGuide-7a.2.PublishSnapshots> >> >> We currently use H2 trunk in H2GIS. >> >> Regards, >> >> Nicolas Fortin >> RISING team >> CNRS - Ecole Centrale de Nantes >> BP 92101 >> 1 rue de la Noë, 44321 NANTES Cedex 3 >> France >> http://www.ec-nantes.fr/ >> >> Le jeudi 20 mars 2014 07:53:27 UTC+1, Thomas Mueller a écrit : >> >>> 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 >>> >> -- >> 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:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> 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.
