Skip to content

Commit

Permalink
Merge pull request #3 from diging/develop
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
jdamerow authored Apr 20, 2017
2 parents 1210ff1 + 1fcced7 commit 6ab071e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions freddie/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
<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>
<geco.requests.version>0.5</geco.requests.version>
<geco.util.version>0.4.2</geco.util.version>

<tomcat.deploy.path></tomcat.deploy.path>
<tomcat.app.name>geco-giles</tomcat.app.name>
<tomcat.server.id>TomcatServer</tomcat.server.id>

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

Expand Down Expand Up @@ -249,6 +253,16 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<url>${tomcat.deploy.path}</url>
<server>${tomcat.server.id}</server>
<path>/${tomcat.app.name}</path>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 6ab071e

Please sign in to comment.