Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit e82482f

Browse files
committed
[maven-release-plugin] prepare release v0.0.4
1 parent 106645b commit e82482f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

cli/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.rouz</groupId>
77
<artifactId>flo</artifactId>
8-
<version>0.0.4-SNAPSHOT</version>
8+
<version>0.0.4</version>
99
</parent>
1010

1111
<name>Flo Command Line Bindings</name>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>io.rouz</groupId>
1717
<artifactId>flo-workflow</artifactId>
18-
<version>0.0.4-SNAPSHOT</version>
18+
<version>0.0.4</version>
1919
</dependency>
2020

2121
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<url>https://github.com/rouzwawi/flo</url>
1313

1414
<artifactId>flo</artifactId>
15-
<version>0.0.4-SNAPSHOT</version>
15+
<version>0.0.4</version>
1616
<packaging>pom</packaging>
1717

1818
<licenses>
@@ -27,7 +27,7 @@
2727
<url>https://github.com/rouzwawi/flo</url>
2828
<connection>scm:git:[email protected]:rouzwawi/flo.git</connection>
2929
<developerConnection>scm:git:[email protected]:rouzwawi/flo.git</developerConnection>
30-
<tag>HEAD</tag>
30+
<tag>v0.0.4</tag>
3131
</scm>
3232

3333
<developers>

test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.rouz</groupId>
77
<artifactId>flo</artifactId>
8-
<version>0.0.4-SNAPSHOT</version>
8+
<version>0.0.4</version>
99
</parent>
1010

1111
<name>Flo Integration Tests</name>
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>io.rouz</groupId>
1717
<artifactId>flo-cli</artifactId>
18-
<version>0.0.4-SNAPSHOT</version>
18+
<version>0.0.4</version>
1919
</dependency>
2020

2121
<dependency>

workflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.rouz</groupId>
66
<artifactId>flo</artifactId>
7-
<version>0.0.4-SNAPSHOT</version>
7+
<version>0.0.4</version>
88
</parent>
99

1010
<name>Flo Workflow Definition</name>

0 commit comments

Comments
 (0)