We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910b9ab commit 571e1ebCopy full SHA for 571e1eb
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>com.vaadin</groupId>
6
<artifactId>vaadin-parent</artifactId>
7
- <version>2.2.1</version>
+ <version>2.2.2</version>
8
</parent>
9
<artifactId>vaadin-flow-components</artifactId>
10
<version>24.8-SNAPSHOT</version>
@@ -62,6 +62,11 @@
62
<module>vaadin-side-nav-flow-parent</module>
63
<module>vaadin-master-detail-layout-flow-parent</module>
64
</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>
70
<properties>
71
<flow.version>24.8-SNAPSHOT</flow.version>
72
<testbench.version>9.4.0.alpha1</testbench.version>
0 commit comments