From c6eb9340c2488d7bececb8ceee519e0841b00491 Mon Sep 17 00:00:00 2001 From: Alex Scown Date: Wed, 11 Feb 2015 13:31:15 +0000 Subject: [PATCH 1/2] Fix config.jsp. Update version number. --- pom.xml | 2 +- src/main/webapp/WEB-INF/jsps/config.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2c2c3febf8..3464f58984 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ com.hp.autonomy.frontend.find find - 1.0.0 + 1.0.1 war diff --git a/src/main/webapp/WEB-INF/jsps/config.jsp b/src/main/webapp/WEB-INF/jsps/config.jsp index 6fbe24b654..8db1cded41 100644 --- a/src/main/webapp/WEB-INF/jsps/config.jsp +++ b/src/main/webapp/WEB-INF/jsps/config.jsp @@ -20,7 +20,7 @@ - +
From afc5067c764a308de2005916d44d871c20176ec7 Mon Sep 17 00:00:00 2001 From: Alex Scown Date: Wed, 11 Feb 2015 13:31:32 +0000 Subject: [PATCH 2/2] Update versions. --- bower.json | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index af4404262a..9757f0d7d3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,5 @@ { "name": "hp-find", - "version": "1.0.0", "private": true, "authors": [ "Alex Scown ", diff --git a/package.json b/package.json index c079ce3adf..ca4039e616 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hp-autonomy-find", "repository": "https://github.com/hpautonomy/find", - "version": "1.0.0", + "version": "1.0.1", "devDependencies": { "bless": "^3.0.3", "bower": "^1.3.12",