r650 - in nuiton-jpa: . nuiton-jpa-api nuiton-jpa-junit nuiton-jpa-templates
Author: tchemit Date: 2013-06-04 15:50:10 +0200 (Tue, 04 Jun 2013) New Revision: 650 Url: http://nuiton.org/projects/sandbox/repository/revisions/650 Log: tidy poms Modified: nuiton-jpa/nuiton-jpa-api/pom.xml nuiton-jpa/nuiton-jpa-junit/pom.xml nuiton-jpa/nuiton-jpa-templates/pom.xml nuiton-jpa/pom.xml Modified: nuiton-jpa/nuiton-jpa-api/pom.xml =================================================================== --- nuiton-jpa/nuiton-jpa-api/pom.xml 2013-06-04 11:11:44 UTC (rev 649) +++ nuiton-jpa/nuiton-jpa-api/pom.xml 2013-06-04 13:50:10 UTC (rev 650) @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -12,6 +11,7 @@ <groupId>org.nuiton.jpa</groupId> <artifactId>nuiton-jpa-api</artifactId> + <name>Nuiton Jpa :: API</name> <dependencies> Modified: nuiton-jpa/nuiton-jpa-junit/pom.xml =================================================================== --- nuiton-jpa/nuiton-jpa-junit/pom.xml 2013-06-04 11:11:44 UTC (rev 649) +++ nuiton-jpa/nuiton-jpa-junit/pom.xml 2013-06-04 13:50:10 UTC (rev 650) @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -12,6 +11,7 @@ <groupId>org.nuiton.jpa</groupId> <artifactId>nuiton-jpa-junit</artifactId> + <name>Nuiton Jpa :: Junit</name> <dependencies> Modified: nuiton-jpa/nuiton-jpa-templates/pom.xml =================================================================== --- nuiton-jpa/nuiton-jpa-templates/pom.xml 2013-06-04 11:11:44 UTC (rev 649) +++ nuiton-jpa/nuiton-jpa-templates/pom.xml 2013-06-04 13:50:10 UTC (rev 650) @@ -3,7 +3,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -14,6 +13,7 @@ <groupId>org.nuiton.jpa</groupId> <artifactId>nuiton-jpa-templates</artifactId> + <name>Nuiton Jpa :: Temlates</name> <dependencies> @@ -68,7 +68,6 @@ </dependencies> <build> - <plugins> <plugin> <groupId>org.nuiton.processor</groupId> @@ -88,7 +87,6 @@ </executions> </plugin> </plugins> - </build> <profiles> @@ -158,5 +156,4 @@ </profile> </profiles> - </project> Modified: nuiton-jpa/pom.xml =================================================================== --- nuiton-jpa/pom.xml 2013-06-04 11:11:44 UTC (rev 649) +++ nuiton-jpa/pom.xml 2013-06-04 13:50:10 UTC (rev 650) @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> <parent> @@ -12,18 +11,58 @@ <artifactId>nuiton-jpa</artifactId> <version>0.1-SNAPSHOT</version> + <packaging>pom</packaging> + <name>Nuiton Jpa</name> + <url>http://maven-site.nuiton.org/nuiton-jpa</url> + <inceptionYear>2013</inceptionYear> + + <developers> + + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit at codelutin dot com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + <developer> + <name>Brendan Le Ny</name> + <id>bleny</id> + <email>bleny at codelutin dot com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + </developers> + <modules> <module>nuiton-jpa-api</module> <module>nuiton-jpa-junit</module> <module>nuiton-jpa-templates</module> </modules> - <name>Nuiton Jpa</name> + <scm> + <connection>scm:svn:http://svn.nuiton.org/svn/sandbox/nuiton-jpa</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/sandbox/nuiton-jpa</developerConnection> + <url>http://nuiton.org/projects/sandbox/repository/show/nuiton-jpa</url> + </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/sandbox/${projectId}</url> + </site> + </distributionManagement> - <inceptionYear>2013</inceptionYear> - <url>http://maven-site.nuiton.org/nuiton-jpa</url> - <properties> <!-- pour un muli module on doit fixer le projectId --> <projectId>nuiton-jpa</projectId> @@ -38,20 +77,6 @@ </properties> - <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/sandbox/nuiton-jpa</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/sandbox/nuiton-jpa</developerConnection> - <url>http://nuiton.org/projects/sandbox/repository/show/nuiton-jpa</url> - </scm> - - <distributionManagement> - <site> - <id>${platform}</id> - <url>${our.site.repository}/sandbox/${projectId}</url> - </site> - </distributionManagement> - - <dependencyManagement> <dependencies> @@ -97,38 +122,7 @@ </dependencyManagement> - <developers> - - <developer> - <name>Tony Chemit</name> - <id>tchemit</id> - <email>chemit at codelutin dot com</email> - <organization>CodeLutin</organization> - <organizationUrl>http://codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - - <developer> - <name>Brendan Le Ny</name> - <id>bleny</id> - <email>bleny at codelutin dot com</email> - <organization>CodeLutin</organization> - <organizationUrl>http://codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - - </developers> - - <packaging>pom</packaging> - <build> - <pluginManagement> <plugins> @@ -176,7 +170,6 @@ </plugins> </pluginManagement> - </build> <reporting>
participants (1)
-
tchemit@users.nuiton.org