Hi, The ones I have uploaded are correct:
http://hsql.sourceforge.net/m2-repo/com/h2database/h2/1.3.173/h2-1.3.173.pom http://h2database.com/m2-repo/com/h2database/h2/1.3.173/h2-1.3.173.pom they do contain the licenses section and so on. Maven.org synchronizes the files from sourceforge.net. It looks like for whatever reason they have chosen to change the pom file. Maybe you want to ask them directly, or use the file from sourceforge.net or h2database.com? Regards, Thomas On Wed, Sep 11, 2013 at 6:21 PM, Tony Chemit <[email protected]> wrote: > Hi, > > I just upgrade to this version 1.3.173 but maven pom is very poor : > > <pre> > >> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 >> http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns=" >> http://maven.apache.org/ >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> >> <modelVersion>4.0.0</modelVersion> >> <groupId>com.h2database</groupId> >> <artifactId>h2</artifactId> >> <version>1.3.173</version> >> </project> > > </pre> > > Was for previous version : > > <project> >> <modelVersion>4.0.0</modelVersion> >> <groupId>com.h2database</groupId> >> <artifactId>h2</artifactId> >> <version>1.3.172</version> >> <packaging>jar</packaging> >> <name>H2 Database Engine</name> >> <url>http://www.h2database.com</url> >> <description>H2 Database Engine</description> >> <licenses> >> <license> >> <name>The H2 License, Version 1.0</name> >> <url>http://h2database.com/html/license.html</url> >> <distribution>repo</distribution> >> </license> >> </licenses> >> <scm> >> <connection>scm:svn:http://h2database.googlecode.com/svn/trunk >> </connection> >> <url>http://h2database.googlecode.com/svn/trunk</url> >> </scm> >> <developers> >> <developer> >> <id>thomas.tom.mueller</id> >> <name>Thomas Mueller</name> >> <email>thomas.tom.mueller at gmail dot com</email> >> </developer> >> </developers> >> <dependencies> >> </dependencies> >> </project> > > > Could you push back this informations in next version (especially the > license + scm sections, there are pretty important to us). > > thanks, > > tony. > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
