Skip to content

Commit eb4bec7

Browse files
committed
[maven-release-plugin] prepare release commons-demo-5.3.1
1 parent 97a6285 commit eb4bec7

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
77
<artifactId>commons-demo</artifactId>
8-
<version>5.3.1-SNAPSHOT</version>
8+
<version>5.3.1</version>
99

1010
<name>Commons Demo</name>
1111
<description>Common classes for add-ons demo</description>
@@ -44,7 +44,7 @@
4444
<url>https://github.com/FlowingCode/CommonsDemo</url>
4545
<connection>scm:git:git://github.com/FlowingCode/CommonsDemo.git</connection>
4646
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/CommonsDemo.git</developerConnection>
47-
<tag>master</tag>
47+
<tag>commons-demo-5.3.1</tag>
4848
</scm>
4949

5050
<repositories>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
66
<artifactId>commons-demo-aggregator</artifactId>
7-
<version>5.3.1-SNAPSHOT</version>
7+
<version>5.3.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Commons Demo Aggregator</name>
@@ -13,7 +13,7 @@
1313
<url>https://github.com/FlowingCode/CommonsDemo</url>
1414
<connection>scm:git:git://github.com/FlowingCode/CommonsDemo.git</connection>
1515
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/CommonsDemo.git</developerConnection>
16-
<tag>master</tag>
16+
<tag>commons-demo-5.3.1</tag>
1717
</scm>
1818

1919
<build>

processor/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
77
<artifactId>commons-demo-processor</artifactId>
8-
<version>5.3.1-SNAPSHOT</version>
8+
<version>5.3.1</version>
99

1010
<name>Commons Demo Processor</name>
1111
<description>Annotation processor for Commons Demo: copies @DemoSource-referenced files into the class output</description>
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<maven.compiler.source>17</maven.compiler.source>
2525
<maven.compiler.target>17</maven.compiler.target>
26-
<commons-demo.version>5.3.1-SNAPSHOT</commons-demo.version>
26+
<commons-demo.version>5.3.1</commons-demo.version>
2727
</properties>
2828

2929
<organization>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/FlowingCode/CommonsDemo</url>
4444
<connection>scm:git:git://github.com/FlowingCode/CommonsDemo.git</connection>
4545
<developerConnection>scm:git:ssh://git@github.com:/FlowingCode/CommonsDemo.git</developerConnection>
46-
<tag>master</tag>
46+
<tag>commons-demo-5.3.1</tag>
4747
</scm>
4848

4949
<dependencies>

0 commit comments

Comments
 (0)