Skip to content

Commit 629531b

Browse files
author
tomcat_app
committed
Merge tag 'plugin-blog-2.0.0'
2 parents 1735c22 + 7681815 commit 629531b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>fr.paris.lutece.plugins</groupId>
1111
<artifactId>plugin-blog</artifactId>
1212
<packaging>lutece-plugin</packaging>
13-
<version>2.0.0-SNAPSHOT</version>
13+
<version>2.0.0</version>
1414
<name>Lutece blog plugin</name>
1515

1616
<repositories>
@@ -66,6 +66,6 @@
6666
<connection>scm:git:https://github.com/lutece-platform/lutece-cms-plugin-blog.git</connection>
6767
<developerConnection>scm:git:https://github.com/lutece-platform/lutece-cms-plugin-blog.git</developerConnection>
6868
<url>https://github.com/lutece-platform/lutece-cms-plugin-blog.git</url>
69-
<tag>HEAD</tag>
69+
<tag>plugin-blog-2.0.0</tag>
7070
</scm>
7171
</project>

webapp/WEB-INF/plugins/blog.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plug-in>
1+
<?xml version="1.0" encoding="UTF-8"?><plug-in>
22
<name>blog</name>
33
<class>fr.paris.lutece.portal.service.plugin.PluginDefaultImplementation</class>
4-
<version>2.0.0-SNAPSHOT</version>
4+
<version>2.0.0</version>
55
<documentation/>
66
<installation/>
77
<changes/>

0 commit comments

Comments
 (0)