We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1063edb commit 7a2be76Copy full SHA for 7a2be76
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>org.parttio</groupId>
13
<artifactId>velocity-component</artifactId>
14
- <version>0.0.3</version>
+ <version>0.0.4-SNAPSHOT</version>
15
<name>VelocityComponent</name>
16
<description>A Helper Library to build JavaScript components for Vaadin using Velocity templating engine powered JS.</description>
17
<url>https://github.com/parttio/velocity-component</url>
@@ -41,7 +41,7 @@
41
42
<connection>scm:git:git://github.com/parttio/velocity-component.git</connection>
43
<developerConnection>scm:git:ssh://[email protected]:/parttio/velocity-component.git</developerConnection>
44
- <tag>velocity-component-0.0.3</tag>
+ <tag>HEAD</tag>
45
</scm>
46
47
<distributionManagement>
0 commit comments