Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-01-13 15:45:18 +0000
committerJesse McConnell2012-01-13 15:45:18 +0000
commita2349abbcccaa48814ef754938f06a3f7ea65378 (patch)
tree4659690adbd02d349de5663f44db4914a0dd058e /jetty-monitor
parent2eb1b3c3c493478294ee3bd6820602e3a3d852f0 (diff)
downloadorg.eclipse.jetty.project-a2349abbcccaa48814ef754938f06a3f7ea65378.tar.gz
org.eclipse.jetty.project-a2349abbcccaa48814ef754938f06a3f7ea65378.tar.xz
org.eclipse.jetty.project-a2349abbcccaa48814ef754938f06a3f7ea65378.zip
[maven-release-plugin] prepare release jetty-8.1.0.RC4jetty-8.1.0.RC4
Diffstat (limited to 'jetty-monitor')
-rw-r--r--jetty-monitor/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-monitor/pom.xml b/jetty-monitor/pom.xml
index 99ab3621d9..c643008b85 100644
--- a/jetty-monitor/pom.xml
+++ b/jetty-monitor/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>8.1.0-SNAPSHOT</version>
+ <version>8.1.0.RC4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-monitor</artifactId>

Back to the top