Skip to content

Commit 770a5cf

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 524408f commit 770a5cf

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

apache-el/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mortbay.jasper</groupId>
55
<artifactId>jasper-jsp</artifactId>
6-
<version>10.0.0-M10</version>
6+
<version>10.0.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

apache-jsp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mortbay.jasper</groupId>
55
<artifactId>jasper-jsp</artifactId>
6-
<version>10.0.0-M10</version>
6+
<version>10.0.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.mortbay.jasper</groupId>
66
<artifactId>jasper-jsp</artifactId>
7-
<version>10.0.0-M10</version>
7+
<version>10.0.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Jetty :: Jasper :: Project</name>
1010

@@ -33,7 +33,7 @@
3333
<connection>scm:git:git://github.com/jetty-project/jasper-jsp.git</connection>
3434
<developerConnection>scm:git:ssh://git@github.com/jetty-project/jasper-jsp.git</developerConnection>
3535
<url>https://github.com/jetty-project/jasper-jsp</url>
36-
<tag>jasper-jsp-10.0.0-M10</tag>
36+
<tag>HEAD</tag>
3737
</scm>
3838

3939
<developers>

taglibs-standard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.mortbay.jasper</groupId>
55
<artifactId>jasper-jsp</artifactId>
6-
<version>10.0.0-M10</version>
6+
<version>10.0.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)