Skip to content

Commit fb2bad0

Browse files
paodbmlopezFC
authored andcommitted
build: update component group id to be compatible with directory
1 parent bbc9784 commit fb2bad0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.vaadin.componentfactory</groupId>
7+
<groupId>org.vaadin.addons.componentfactory</groupId>
88
<artifactId>date-time-range-picker-parent</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>

vcf-date-time-range-picker-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.vaadin.componentfactory</groupId>
7+
<groupId>org.vaadin.addons.componentfactory</groupId>
88
<artifactId>vcf-date-time-range-picker-demo</artifactId>
99
<packaging>war</packaging>
1010
<name>Date Time Range Picker Demo</name>

vcf-date-time-range-picker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>com.vaadin.componentfactory</groupId>
7+
<groupId>org.vaadin.addons.componentfactory</groupId>
88
<artifactId>vcf-date-time-range-picker</artifactId>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)