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.

Reply via email to