Skip to content

Commit

Permalink
Añadida version de java 1.6 en lugar de la 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Alfonso Riera committed Dec 14, 2011
1 parent 13cd1df commit aadc8de
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Expand Up @@ -19,23 +19,23 @@
<scope>test</scope>
</dependency>

<!-- SPRING DEPENDENCIES -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>${spring.version}</version>
</dependency>



</dependencies>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>


<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
Expand Down

0 comments on commit aadc8de

Please sign in to comment.