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 a0e88b9 commit 569b2f5Copy full SHA for 569b2f5
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.flowingcode.addons</groupId>
5
<artifactId>rss-items</artifactId>
6
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
7
<name>RSS Items</name>
8
<description>Integration of rss-items for Vaadin 10</description>
9
<properties>
@@ -38,7 +38,7 @@
38
<url>https://github.com/FlowingCode/RssItemsAddon</url>
39
<connection>scm:git:git://github.com/FlowingCode/RssItemsAddon.git</connection>
40
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/RssItemsAddon.git</developerConnection>
41
- <tag>HEAD</tag>
+ <tag>rss-items-2.0.0</tag>
42
</scm>
43
44
<dependencyManagement>
0 commit comments