Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…@6245 4ca5cf0f-1a52-0410-96e1-5992aa8baeaf
  • Loading branch information
hhlai1990 committed Jan 12, 2011
1 parent dcb7bc9 commit 39948b9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions rapid-archetype/rapid-flex-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<version>4.0</version>
<name>rapid-flex-hibernate Maven Webapp</name>
<url>http://maven.apache.org</url>


<properties>
<spring.version>3.0.5.RELEASE</spring.version>
<hibernate.validator.version>4.1.0.Final</hibernate.validator.version>
Expand All @@ -24,7 +24,7 @@

<dependencies>
<!-- rapid begn -->

<!-- rapid核心框架 -->
<dependency>
<groupId>com.googlecode.rapid-framework</groupId>
Expand Down Expand Up @@ -713,6 +713,13 @@
<id>spring-snapshot</id>
<name>Spring Portfolio Snapshot Repository</name>
<url>http://maven.springframework.org/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>

</repository>
<repository>
<id>springside</id>
Expand Down

0 comments on commit 39948b9

Please sign in to comment.