Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2012-11-19 19:33:36 +0000
committerSimone Bordet2012-11-19 19:33:36 +0000
commita9f69b6632514cf12e49a0f4cff2a9794223044e (patch)
tree5041404b80cc0ce2d260552dbd5a86e5b1784587
parent5682d9d59fb0912db2a9117b8084e2bdaf5a3268 (diff)
downloadorg.eclipse.jetty.npn-a9f69b6632514cf12e49a0f4cff2a9794223044e.tar.gz
org.eclipse.jetty.npn-a9f69b6632514cf12e49a0f4cff2a9794223044e.tar.xz
org.eclipse.jetty.npn-a9f69b6632514cf12e49a0f4cff2a9794223044e.zip
[maven-release-plugin] prepare release npn-project-1.1.1.v20121030
-rw-r--r--npn-api/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/npn-api/pom.xml b/npn-api/pom.xml
index b597ed5..05b91e6 100644
--- a/npn-api/pom.xml
+++ b/npn-api/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.jetty.npn</groupId>
<artifactId>npn-project</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1.v20121030</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index b354f4f..7814479 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
</parent>
<groupId>org.eclipse.jetty.npn</groupId>
<artifactId>npn-project</artifactId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1.v20121030</version>
<name>Jetty :: Next Protocol Negotiation :: Project</name>
<packaging>pom</packaging>
<scm>

Back to the top