Skip to content

Commit 571e1eb

Browse files
authored
chore: upgrade vaadin-parents to 2.2.2 (#7396)
add <scm> tag to project
1 parent 910b9ab commit 571e1eb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.vaadin</groupId>
66
<artifactId>vaadin-parent</artifactId>
7-
<version>2.2.1</version>
7+
<version>2.2.2</version>
88
</parent>
99
<artifactId>vaadin-flow-components</artifactId>
1010
<version>24.8-SNAPSHOT</version>
@@ -62,6 +62,11 @@
6262
<module>vaadin-side-nav-flow-parent</module>
6363
<module>vaadin-master-detail-layout-flow-parent</module>
6464
</modules>
65+
<scm>
66+
<connection>scm:https:https://github.com/vaadin/flow-components.git</connection>
67+
<developerConnection>scm:git:[email protected]:vaadin/flow-components.git</developerConnection>
68+
<url>https://github.com/vaadin/flow-components</url>
69+
</scm>
6570
<properties>
6671
<flow.version>24.8-SNAPSHOT</flow.version>
6772
<testbench.version>9.4.0.alpha1</testbench.version>

0 commit comments

Comments
 (0)