提交 cc8bc978 编写于 作者: C Calvin

Spring Data JPA 1.1.0-> 1.2.0 RC1

fix早上pom.xml改动的问题,
上级 ca3e9b75
......@@ -14,7 +14,7 @@
<spring.version>3.1.2.RELEASE</spring.version>
<aspectj.version>1.7.0</aspectj.version>
<hibernate.version>4.1.6.Final</hibernate.version>
<spring-data-jpa.version>1.1.0.RELEASE</spring-data-jpa.version>
<spring-data-jpa.version>1.2.0.RC1</spring-data-jpa.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<sitemesh.version>2.4.2</sitemesh.version>
<shiro.version>1.2.1</shiro.version>
......@@ -38,12 +38,6 @@
<jdbc.driver.groupId>com.h2database</jdbc.driver.groupId>
<jdbc.driver.artifactId>h2</jdbc.driver.artifactId>
<jdbc.driver.version>${h2.version}</jdbc.driver.version>
<!-- 需要从Oracle网站手工下载 :
http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
<jdbc.driver.groupId>com.oracle</jdbc.driver.groupId>
<jdbc.driver.artifactId>ojdbc6</jdbc.driver.artifactId>
<jdbc.driver.version>11.2.0.3</jdbc.driver.version>
-->
<!--
<jdbc.driver.groupId>mysql</jdbc.driver.groupId>
<jdbc.driver.artifactId>mysql-connector-java</jdbc.driver.artifactId>
......@@ -51,15 +45,32 @@
-->
</properties>
<!-- 设定仓库 如有Nexus私服, 取消注释并指向正确的服务器地址.
<repositories>
<!-- 如有Nexus私服, 取消注释并指向正确的服务器地址.
<repository>
<id>nexus</id>
<name>Team Nexus Repository</name>
<url>http://localhost:8081/nexus/content/groups/public</url>
</repository>
-->
<repository>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>repo.springsource.org</id>
<name>repo.springsource.org-releases</name>
<url>http://repo.springsource.org/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
-->
<!-- 设定插件仓库 如有Nexus私服, 取消注释并指向正确的服务器地址.
<pluginRepositories>
......
......@@ -6,7 +6,7 @@
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA-SNAPSHOT</version>
<relativePath>../../modules/parent/</relativePath>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-core</artifactId>
<packaging>jar</packaging>
......
......@@ -6,7 +6,7 @@
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA-SNAPSHOT</version>
<relativePath>../../modules/parent/</relativePath>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-extension</artifactId>
<packaging>jar</packaging>
......
......@@ -5,7 +5,7 @@
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA-SNAPSHOT</version>
<name>Springside :: Parent</name>
<name>Springside :: Modules :: Parent</name>
<packaging>pom</packaging>
<properties>
......@@ -15,7 +15,7 @@
<aspectj.version>1.7.0</aspectj.version>
<hibernate.version>4.1.6.Final</hibernate.version>
<mybatis.version>3.1.1</mybatis.version>
<spring-data-jpa.version>1.1.0.RELEASE</spring-data-jpa.version>
<spring-data-jpa.version>1.2.0.RC1</spring-data-jpa.version>
<commons-dbcp.version>1.4</commons-dbcp.version>
<sitemesh.version>2.4.2</sitemesh.version>
<shiro.version>1.2.1</shiro.version>
......@@ -66,10 +66,18 @@
</snapshots>
</repository>
<repository>
<id>repo.springsource.org</id>
<name>repo.springsource.org-releases</name>
<url>http://repo.springsource.org/libs-milestone-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spy</id>
<name>Spy Repository</name>
<layout>default</layout>
<url>http://files.couchbase.com/maven2/</url>
<snapshots>
<enabled>false</enabled>
......
......@@ -6,7 +6,7 @@
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA-SNAPSHOT</version>
<relativePath>../../modules/parent/</relativePath>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-test</artifactId>
<packaging>jar</packaging>
......
......@@ -34,7 +34,7 @@
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</license>
</licenses>
<modules>
<module>modules</module>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册