From 0aadc994e0c39f2f2f50ccbee63a2c565c6a1294 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 12 Jan 2018 09:13:09 -0600 Subject: [PATCH 1/2] Added Spring snapshot repositories to the pom file. --- pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fa5e4df94..8839b2e1b 100644 --- a/pom.xml +++ b/pom.xml @@ -225,5 +225,27 @@ http://www.apache.org/licenses/LICENSE-2.0 - + + + + + spring-snapshots + http://repo.spring.io/snapshot + true + + + spring-milestones + http://repo.spring.io/milestone + + + + + spring-snapshots + http://repo.spring.io/snapshot + + + spring-milestones + http://repo.spring.io/milestone + + From 7d4e7da5d7af74387ddafaafa94d384253edceca Mon Sep 17 00:00:00 2001 From: Alexander Baumann Date: Fri, 12 Jan 2018 19:39:19 -0600 Subject: [PATCH 2/2] change to readme for 441 lab 1 --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 3f4c376ec..8dd154e37 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,8 @@ +#SE 441 Continuous Delivery + winter 2018 + Alexander Baumann + + # Spring PetClinic Sample Application [![Build Status](https://travis-ci.org/spring-projects/spring-petclinic.png?branch=master)](https://travis-ci.org/spring-projects/spring-petclinic/) ## Understanding the Spring Petclinic application with a few diagrams