syncing version numbers for dependencies

This commit is contained in:
Scott Andrews
2008-11-04 14:29:15 +00:00
parent 0ae67dc7ea
commit b6170bb15a
9 changed files with 24 additions and 24 deletions

View File

@@ -197,6 +197,6 @@
</build>
<properties>
<spring.version>2.5.6</spring.version>
<jsf.version>1.2.0.08</jsf.version>
<jsf.version>1.2.0.09</jsf.version>
</properties>
</project>

View File

@@ -35,22 +35,22 @@
<dependency org="org.hibernate" name="com.springsource.org.hibernate.ejb" rev="3.3.1.ga" conf="compile->compile"/>
<dependency org="org.hsqldb" name="com.springsource.org.hsqldb" rev="1.8.0.9" conf="compile->compile"/>
<dependency org="org.jboss.el" name="com.springsource.org.jboss.el" rev="2.0.0.GA" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.beans" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.core" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.jdbc" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.orm" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web.portlet" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="2.5.4.A" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.aop" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.beans" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.core" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.jdbc" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.orm" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web.portlet" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="2.5.6" conf="compile->compile"/>
<dependency org="org.springframework.webflow" name="org.springframework.faces" rev="latest.integration" conf="compile->jsf12"/>
<dependency org="org.springframework.webflow" name="org.springframework.webflow" rev="latest.integration" conf="compile->compile"/>
<!-- test-time only dependencies -->
<dependency org="org.junit" name="com.springsource.junit" rev="3.8.2" conf="test->compile"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.4.A" conf="test->compile"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6" conf="test->compile"/>
</dependencies>

View File

@@ -192,6 +192,6 @@
</build>
<properties>
<spring.version>2.5.6</spring.version>
<jsf.version>1.2.0.08</jsf.version>
<jsf.version>1.2.0.09</jsf.version>
</properties>
</project>