Skip to content

Commit 158828f

Browse files
committed
version set to 0.0.1 for release
1 parent 7ce02ef commit 158828f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.dirigible.samples</groupId>
88
<artifactId>custom-stack-parent</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>0.0.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.dirigible.samples</groupId>
2121
<artifactId>custom-stack-branding</artifactId>
22-
<version>1.0.0-SNAPSHOT</version>
22+
<version>0.0.1</version>
2323
</dependency>
2424

2525
<!-- Core -->

branding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>io.dirigible.samples</groupId>
77
<artifactId>custom-stack-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<name>custom - stack - branding</name>
1313
<artifactId>custom-stack-branding</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>0.0.1</version>
1515
<packaging>jar</packaging>
1616

1717
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>Custom Stack - Sample</description>
1313
<groupId>io.dirigible.samples</groupId>
1414
<artifactId>custom-stack-parent</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>0.0.1</version>
1616
<packaging>pom</packaging>
1717

1818
<inceptionYear>2024</inceptionYear>

0 commit comments

Comments
 (0)