Skip to content

Commit

Permalink
Changes in versioning for geco dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamerow committed Mar 1, 2017
1 parent e33503e commit 1eab85f
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions cepheus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<org.slf4j-version>1.7.5</org.slf4j-version>
<org.springframework-version>4.3.1.RELEASE</org.springframework-version>
<spring-security-version>4.1.3.RELEASE</spring-security-version>
<geco.requests.version>0.2.1</geco.requests.version>
<geco.util.version>0.4.1</geco.util.version>

<admin.password>admin</admin.password>

<tomcat.deploy.path></tomcat.deploy.path>
Expand Down Expand Up @@ -38,8 +41,14 @@
<dependency>
<groupId>edu.asu.diging.giles-eco</groupId>
<artifactId>requests</artifactId>
<version>0.1</version>
<version>${geco.requests.version}</version>
</dependency>

<dependency>
<groupId>edu.asu.diging.giles-eco</groupId>
<artifactId>util</artifactId>
<version>${geco.util.version}</version>
</dependency>

<!-- Spring -->
<dependency>
Expand Down Expand Up @@ -237,12 +246,6 @@
<version>1.1.1.RELEASE</version>
</dependency>

<dependency>
<groupId>edu.asu.diging.giles-eco</groupId>
<artifactId>util</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<!-- testing -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 1eab85f

Please sign in to comment.