Skip to content

Commit e6f3df3

Browse files
committed
version set to 3.0.0-SNAPSHOT for development
1 parent 3f2fa93 commit e6f3df3

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.codbex.hyperion</groupId>
88
<artifactId>codbex-hyperion-parent</artifactId>
9-
<version>2.62.0</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

branding/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.codbex.hyperion</groupId>
77
<artifactId>codbex-hyperion-parent</artifactId>
8-
<version>2.62.0</version>
8+
<version>3.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

components/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.codbex.hyperion</groupId>
77
<artifactId>codbex-hyperion-parent</artifactId>
8-
<version>2.62.0</version>
8+
<version>3.0.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

components/ui/menu-help/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.codbex.hyperion</groupId>
66
<artifactId>codbex-hyperion-components-parent</artifactId>
7-
<version>2.62.0</version>
7+
<version>3.0.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

components/ui/view-welcome/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.codbex.hyperion</groupId>
77
<artifactId>codbex-hyperion-components-parent</artifactId>
8-
<version>2.62.0</version>
8+
<version>3.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.codbex.hyperion</groupId>
88
<artifactId>codbex-hyperion-parent</artifactId>
9-
<version>2.62.0</version>
9+
<version>3.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>codbex hyperion</description>
1313
<groupId>com.codbex.hyperion</groupId>
1414
<artifactId>codbex-hyperion-parent</artifactId>
15-
<version>2.62.0</version>
15+
<version>3.0.0-SNAPSHOT</version>
1616
<packaging>pom</packaging>
1717

1818
<inceptionYear>2022</inceptionYear>

0 commit comments

Comments
 (0)