Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2016-01-06 01:30:40 +0000
committerJan Bartel2016-01-06 01:30:40 +0000
commit7e1f146f58f346e442e7e8bc2073677e803cc5ec (patch)
tree7e6392e8124db6f56b72bf552e37e2f7f4c03400
parent6ac66462ea10c35aefb20491a83dea1dde7c8ccf (diff)
downloadorg.eclipse.jetty.toolchain-7e1f146f58f346e442e7e8bc2073677e803cc5ec.tar.gz
org.eclipse.jetty.toolchain-7e1f146f58f346e442e7e8bc2073677e803cc5ec.tar.xz
org.eclipse.jetty.toolchain-7e1f146f58f346e442e7e8bc2073677e803cc5ec.zip
[maven-release-plugin] prepare release jetty-schemas-3.1jetty-schemas-3.1
-rw-r--r--jetty-schemas/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jetty-schemas/pom.xml b/jetty-schemas/pom.xml
index 3f0618e..6e40a7c 100644
--- a/jetty-schemas/pom.xml
+++ b/jetty-schemas/pom.xml
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-schemas</artifactId>
- <version>3.1-SNAPSHOT</version>
+ <version>3.1</version>
<name>Jetty :: Schemas</name>
<packaging>jar</packaging>
<properties>
@@ -18,6 +18,7 @@
<connection>scm:git:http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</connection>
<developerConnection>scm:git:ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.toolchain.git</developerConnection>
<url>http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/tree/jetty-schemas</url>
+ <tag>jetty-schemas-3.1</tag>
</scm>
<build>
<plugins>

Back to the top