Skip to content

Commit af2f4a5

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2500f41 commit af2f4a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.asual.lesscss</groupId>
66
<artifactId>lesscss-servlet</artifactId>
7-
<version>1.4.2</version>
7+
<version>1.5.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>LESS Servlet</name>
1010
<description>A Servlet wrapper for LESS (http://lesscss.org). LESS extends CSS with: variables, mixins, operations and nested rules.</description>
@@ -22,7 +22,7 @@
2222
<url>http://github.com/asual/lesscss-servlet</url>
2323
<connection>scm:git:git://github.com:asual/lesscss-servlet.git</connection>
2424
<developerConnection>scm:git:git@github.com:asual/lesscss-servlet.git</developerConnection>
25-
<tag>lesscss-servlet-1.4.2</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
<developers>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.asual.lesscss</groupId>
6060
<artifactId>lesscss-engine</artifactId>
61-
<version>1.4.2</version>
61+
<version>1.5.0-SNAPSHOT</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>javax.servlet</groupId>

0 commit comments

Comments
 (0)