Skip to content

Commit

Permalink
Merge branch 'master' of github.com:acrepet/programmez
Browse files Browse the repository at this point in the history
  • Loading branch information
acrepet committed Jul 22, 2011
2 parents 67494e6 + 2c91141 commit 7166296
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>3.1.0.M1</version>
<version>${spring.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.1.0.M1</version>
<version>${spring.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -88,7 +88,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.1.0.M1</version>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -111,7 +111,9 @@
</dependency>

</dependencies>

<properties>
<spring.version>3.1.0.M2</spring.version>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
</properties>
</project>

0 comments on commit 7166296

Please sign in to comment.