Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2012-11-19 19:34:59 +0000
committerSimone Bordet2012-11-19 19:34:59 +0000
commitd1f1f5aa38fd16758d35c182dd0061f8c0ef3a3c (patch)
tree735ff382ef43c868cd12ddd091a15bdddd13d171
parentbc0e9f51f6526a4d228334eb89249c76960d5021 (diff)
downloadorg.eclipse.jetty.npn-d1f1f5aa38fd16758d35c182dd0061f8c0ef3a3c.tar.gz
org.eclipse.jetty.npn-d1f1f5aa38fd16758d35c182dd0061f8c0ef3a3c.tar.xz
org.eclipse.jetty.npn-d1f1f5aa38fd16758d35c182dd0061f8c0ef3a3c.zip
[maven-release-plugin] rollback the release of 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 6149231..b597ed5 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.2-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 894f0ed..b354f4f 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.2-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<name>Jetty :: Next Protocol Negotiation :: Project</name>
<packaging>pom</packaging>
<scm>

Back to the top