diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 08be07c..bc4f601 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,6 +1,9 @@
KijiREST Release Notes
+Version 1.5.0
+ * POM-40. Require JDK 7 to compile Kiji projects.
+
Version 1.4.0
* REST-133. Make Kiji/KijiTable connection expiration configurable
* REST-105. Add endpoint to gracefully (or forcefully) shut down server.
diff --git a/build-resources/pom.xml b/build-resources/pom.xml
index 371a1c2..cb8e5e9 100644
--- a/build-resources/pom.xml
+++ b/build-resources/pom.xml
@@ -25,7 +25,7 @@
org.kiji.rest
kiji-rest-root
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
..
diff --git a/cdh4/pom.xml b/cdh4/pom.xml
index 1e54a23..2446cd7 100644
--- a/cdh4/pom.xml
+++ b/cdh4/pom.xml
@@ -25,7 +25,7 @@
org.kiji.rest
kiji-rest-root
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
..
diff --git a/cdh5/pom.xml b/cdh5/pom.xml
index 598bc40..dab32dd 100644
--- a/cdh5/pom.xml
+++ b/cdh5/pom.xml
@@ -25,7 +25,7 @@
org.kiji.rest
kiji-rest-root
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
..
diff --git a/kiji-rest/pom.xml b/kiji-rest/pom.xml
index eccda7d..deb0746 100644
--- a/kiji-rest/pom.xml
+++ b/kiji-rest/pom.xml
@@ -24,7 +24,7 @@
org.kiji.rest
kiji-rest-root
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
..
diff --git a/load-testing/pom.xml b/load-testing/pom.xml
index 9bbfa10..6cbeb45 100644
--- a/load-testing/pom.xml
+++ b/load-testing/pom.xml
@@ -25,7 +25,7 @@
org.kiji.rest
kiji-rest-root
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
..
diff --git a/plugin-archetype/pom.xml b/plugin-archetype/pom.xml
index 054b3d8..e4b3233 100644
--- a/plugin-archetype/pom.xml
+++ b/plugin-archetype/pom.xml
@@ -26,7 +26,7 @@
org.kiji.rest
kiji-rest-root
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
..
diff --git a/pom.xml b/pom.xml
index b8732fc..4df91c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
org.kiji.rest
kiji-rest-root
- 1.4.1-SNAPSHOT
+ 1.5.0-SNAPSHOT
pom
org.kiji.pom
root-pom
- 1.1.8
+ 1.2.0
The Kiji REST Servlet top-level project
@@ -40,10 +40,10 @@
UTF-8
UTF-8
- 1.5.0
- 0.16.0
- 1.2.9
- 0.1.5
+ 1.6.0-SNAPSHOT
+ 0.17.0-SNAPSHOT
+ 1.3.0-SNAPSHOT
+ 0.2.0-SNAPSHOT
0.6.2
14.0.1
@@ -85,6 +85,10 @@
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+
@@ -159,5 +163,4 @@
scm:git:git@github.com:kijiproject/kiji-rest.git
scm:git:git@github.com:kijiproject/kiji-rest.git
-