Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-http2')
-rw-r--r--jetty-http2/http2-alpn-tests/pom.xml2
-rw-r--r--jetty-http2/http2-client/pom.xml2
-rw-r--r--jetty-http2/http2-common/pom.xml2
-rw-r--r--jetty-http2/http2-hpack/pom.xml2
-rw-r--r--jetty-http2/http2-http-client-transport/pom.xml2
-rw-r--r--jetty-http2/http2-server/pom.xml2
-rw-r--r--jetty-http2/pom.xml2
7 files changed, 7 insertions, 7 deletions
diff --git a/jetty-http2/http2-alpn-tests/pom.xml b/jetty-http2/http2-alpn-tests/pom.xml
index a065ce0d67..876fa27db6 100644
--- a/jetty-http2/http2-alpn-tests/pom.xml
+++ b/jetty-http2/http2-alpn-tests/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-client/pom.xml b/jetty-http2/http2-client/pom.xml
index 000da74180..427215e413 100644
--- a/jetty-http2/http2-client/pom.xml
+++ b/jetty-http2/http2-client/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-common/pom.xml b/jetty-http2/http2-common/pom.xml
index a20ed059c9..9100c321ca 100644
--- a/jetty-http2/http2-common/pom.xml
+++ b/jetty-http2/http2-common/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-hpack/pom.xml b/jetty-http2/http2-hpack/pom.xml
index ab8c3e16f4..880b65ae2a 100644
--- a/jetty-http2/http2-hpack/pom.xml
+++ b/jetty-http2/http2-hpack/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-http-client-transport/pom.xml b/jetty-http2/http2-http-client-transport/pom.xml
index a843eee16e..7976123ee5 100644
--- a/jetty-http2/http2-http-client-transport/pom.xml
+++ b/jetty-http2/http2-http-client-transport/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/http2-server/pom.xml b/jetty-http2/http2-server/pom.xml
index 6e2bf60e03..5861248e64 100644
--- a/jetty-http2/http2-server/pom.xml
+++ b/jetty-http2/http2-server/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-parent</artifactId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/jetty-http2/pom.xml b/jetty-http2/pom.xml
index 4b20d84139..d2df2cde3b 100644
--- a/jetty-http2/pom.xml
+++ b/jetty-http2/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>jetty-project</artifactId>
<groupId>org.eclipse.jetty</groupId>
- <version>9.3.2-SNAPSHOT</version>
+ <version>9.3.2.v20150730</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top