Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati committed Aug 20, 2022
1 parent 62cfbeb commit ab4bd56
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 20 deletions.
10 changes: 6 additions & 4 deletions demos/demo-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-demos</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -42,4 +40,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v3.0.2</tag>
</scm>
</project>
6 changes: 5 additions & 1 deletion demos/jetty/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-demos</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>twitter-widgets-jetty-demo</artifactId>
Expand Down Expand Up @@ -119,4 +119,8 @@
</profile>
</profiles>


<scm>
<tag>v3.0.2</tag>
</scm>
</project>
6 changes: 2 additions & 4 deletions demos/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-root</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
10 changes: 6 additions & 4 deletions demos/quarkus/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-demos</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -121,4 +119,8 @@
</build>
</profile>
</profiles>

<scm>
<tag>v3.0.2</tag>
</scm>
</project>
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-root</artifactId>
<packaging>pom</packaging>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<name>Twitter widgets Add-on Root Project</name>

<prerequisites>
Expand All @@ -29,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.2</tag>
</scm>
<developers>
<developer>
Expand Down
5 changes: 2 additions & 3 deletions twitter-widgets-addon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.vaadin.addon</groupId>
<artifactId>twitter-widgets-root</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<relativePath>../</relativePath>
</parent>
<artifactId>twitter-widgets</artifactId>
Expand Down

0 comments on commit ab4bd56

Please sign in to comment.