Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Apr 17, 2022
1 parent 8cb417b commit 8813a72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-root</artifactId>
<packaging>pom</packaging>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<name>Twitter widgets Add-on Root Project</name>

<prerequisites>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/mcollovati/vaadin-twitter.git</url>
<connection>scm:git:git@github.com:mcollovati/vaadin-twitter-widgets.git</connection>
<developerConnection>scm:git:ssh://git@github.com:/mcollovati/vaadin-twitter-widgets.git</developerConnection>
<tag>HEAD</tag>
<tag>v3.0.1</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion twitter-widgets-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-root</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>twitter-widgets</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion twitter-widgets-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-root</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<relativePath>../</relativePath>
</parent>
<artifactId>twitter-widgets-demo</artifactId>
Expand Down

0 comments on commit 8813a72

Please sign in to comment.