Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-09-24 17:24:23 +0000
committerJesse McConnell2014-09-24 17:24:23 +0000
commit390f3200cce7f90f1f3ebc78013c1afea2f93db8 (patch)
tree8c86954533d63b669cebefb59f97f06445a714a1 /jetty-http2/http2-client/pom.xml
parent6f7581084ca9e3432e01f15150db31fd446efcb1 (diff)
downloadorg.eclipse.jetty.project-390f3200cce7f90f1f3ebc78013c1afea2f93db8.tar.gz
org.eclipse.jetty.project-390f3200cce7f90f1f3ebc78013c1afea2f93db8.tar.xz
org.eclipse.jetty.project-390f3200cce7f90f1f3ebc78013c1afea2f93db8.zip
[maven-release-plugin] prepare release jetty-9.3.0.M0jetty-9.3.0.M0
Diffstat (limited to 'jetty-http2/http2-client/pom.xml')
-rw-r--r--jetty-http2/http2-client/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 7090fec993..cb00bf1554 100644
--- a/jetty-http2/http2-client/pom.xml
+++ b/jetty-http2/http2-client/pom.xml
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
+ <version>9.3.0.M0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top