Author: tchemit Date: 2013-01-30 16:26:14 +0100 (Wed, 30 Jan 2013) New Revision: 271 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/271 Log: remove hardcoded java version (thank u netbeans\!) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-01-30 13:31:37 UTC (rev 270) +++ trunk/pom.xml 2013-01-30 15:26:14 UTC (rev 271) @@ -138,7 +138,7 @@ <slf4jVersion>1.7.2</slf4jVersion> - <adagioVersion>3.3.1-rev-401</adagioVersion> + <adagioVersion>3.3.1-SNAPSHOT</adagioVersion> <msaccessImporterVersion>1.4.1</msaccessImporterVersion> @@ -490,17 +490,7 @@ </plugins> </pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.7</source> - <target>1.7</target> - </configuration> - </plugin> - </plugins> + </build> <!-- Repositories needed to find the dependencies -->
participants (1)
-
tchemit@users.forge.codelutin.com