Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-11-15 22:36:26 +0000
committerJoakim Erdfelt2013-11-15 22:36:26 +0000
commit6c372b9440ded7c09829cdf81545a18d8df30032 (patch)
tree3a6151a3c4579ee0b780a59d6404218be7a47662 /jetty-nosql/pom.xml
parent3aca7f864e31bf2c918baf2b6d5f90822ed84aff (diff)
downloadorg.eclipse.jetty.project-6c372b9440ded7c09829cdf81545a18d8df30032.tar.gz
org.eclipse.jetty.project-6c372b9440ded7c09829cdf81545a18d8df30032.tar.xz
org.eclipse.jetty.project-6c372b9440ded7c09829cdf81545a18d8df30032.zip
Reverting <version> to 9.1.0-SNAPSHOT
Diffstat (limited to 'jetty-nosql/pom.xml')
-rw-r--r--jetty-nosql/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-nosql/pom.xml b/jetty-nosql/pom.xml
index bd360c9e69..ebfa3c9d39 100644
--- a/jetty-nosql/pom.xml
+++ b/jetty-nosql/pom.xml
@@ -2,7 +2,7 @@
<parent>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-project</artifactId>
- <version>9.1.1-SNAPSHOT</version>
+ <version>9.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jetty-nosql</artifactId>

Back to the top