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

Commit 6373a9b

Browse files
committed
[maven-release-plugin] prepare release v0.0.2
1 parent c0eed2e commit 6373a9b

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.2-SNAPSHOT</version>
8+
<version>0.0.2</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.2-SNAPSHOT</version>
18+
<version>0.0.2</version>
1919
</dependency>
2020

2121
<dependency>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<url>https://github.com/rouzwawi/flo</url>
77
<groupId>io.rouz</groupId>
88
<artifactId>flo</artifactId>
9-
<version>0.0.2-SNAPSHOT</version>
9+
<version>0.0.2</version>
1010
<packaging>pom</packaging>
1111

1212
<licenses>
@@ -21,7 +21,7 @@
2121
<url>https://github.com/rouzwawi/flo</url>
2222
<connection>scm:git:[email protected]:rouzwawi/flo.git</connection>
2323
<developerConnection>scm:git:[email protected]:rouzwawi/flo.git</developerConnection>
24-
<tag>HEAD</tag>
24+
<tag>v0.0.2</tag>
2525
</scm>
2626

2727
<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.2-SNAPSHOT</version>
8+
<version>0.0.2</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.2-SNAPSHOT</version>
18+
<version>0.0.2</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.2-SNAPSHOT</version>
7+
<version>0.0.2</version>
88
</parent>
99

1010
<name>Flo Workflow Definition</name>

0 commit comments

Comments
 (0)