We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c695663 commit 2309357Copy full SHA for 2309357
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>fr.paris.lutece.plugins</groupId>
11
<artifactId>plugin-blog</artifactId>
12
<packaging>lutece-plugin</packaging>
13
- <version>3.0.2</version>
+ <version>3.0.3-SNAPSHOT</version>
14
<name>Lutece blog plugin</name>
15
16
<repositories>
@@ -66,6 +66,6 @@
66
<connection>scm:git:https://github.com/lutece-platform/lutece-cms-plugin-blog.git</connection>
67
<developerConnection>scm:git:https://github.com/lutece-platform/lutece-cms-plugin-blog.git</developerConnection>
68
<url>https://github.com/lutece-platform/lutece-cms-plugin-blog.git</url>
69
- <tag>plugin-blog-3.0.2</tag>
+ <tag>HEAD</tag>
70
</scm>
71
</project>
0 commit comments