File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66 <groupId >com.flowingcode.vaadin.addons.demo</groupId >
77 <artifactId >commons-demo</artifactId >
8- <version >5.3.0-SNAPSHOT </version >
8+ <version >5.3.0</version >
99
1010 <name >Commons Demo</name >
1111 <description >Common classes for add-ons demo</description >
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.0 </tag >
4848 </scm >
4949
5050 <repositories >
Original file line number Diff line number Diff line change 44
55 <groupId >com.flowingcode.vaadin.addons.demo</groupId >
66 <artifactId >commons-demo-aggregator</artifactId >
7- <version >5.3.0-SNAPSHOT </version >
7+ <version >5.3.0</version >
88 <packaging >pom</packaging >
99
1010 <name >Commons Demo Aggregator</name >
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.0 </tag >
1717 </scm >
1818
1919 <build >
Original file line number Diff line number Diff line change 55
66 <groupId >com.flowingcode.vaadin.addons.demo</groupId >
77 <artifactId >commons-demo-processor</artifactId >
8- <version >5.3.0-SNAPSHOT </version >
8+ <version >5.3.0</version >
99
1010 <name >Commons Demo Processor</name >
1111 <description >Annotation processor for Commons Demo: copies @DemoSource-referenced files into the class output</description >
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.0-SNAPSHOT </commons-demo .version>
26+ <commons-demo .version>5.3.0</commons-demo .version>
2727 </properties >
2828
2929 <organization >
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.0 </tag >
4747 </scm >
4848
4949 <dependencies >
You can’t perform that action at this time.
0 commit comments