Skip to content

Commit 921ae9d

Browse files
authored
Merge pull request #60 from gdgib/G2-1883-Release
2 parents f0030ad + 351b5cb commit 921ae9d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

ha-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.g2forge.habitat</groupId>
99
<artifactId>ha-project</artifactId>
10-
<version>0.0.7-SNAPSHOT</version>
10+
<version>0.0.8-SNAPSHOT</version>
1111
<relativePath>../ha-project/pom.xml</relativePath>
1212
</parent>
1313

ha-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.g2forge.habitat</groupId>
99
<artifactId>ha-project</artifactId>
10-
<version>0.0.7-SNAPSHOT</version>
10+
<version>0.0.8-SNAPSHOT</version>
1111
<relativePath>../ha-project/pom.xml</relativePath>
1212
</parent>
1313

ha-project/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<groupId>com.g2forge.habitat</groupId>
66
<artifactId>ha-project</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.0.7-SNAPSHOT</version>
8+
<version>0.0.8-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>com.g2forge.alexandria</groupId>
1212
<artifactId>ax-project</artifactId>
13-
<version>0.0.20-SNAPSHOT</version>
13+
<version>0.0.21-SNAPSHOT</version>
1414
<relativePath />
1515
</parent>
1616

1717
<properties>
18-
<alexandria.version>0.0.20-SNAPSHOT</alexandria.version>
18+
<alexandria.version>0.0.21-SNAPSHOT</alexandria.version>
1919

2020
<habitat.organization>g2forge</habitat.organization>
2121
<habitat.name>Habitat</habitat.name>

ha-trace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.g2forge.habitat</groupId>
99
<artifactId>ha-project</artifactId>
10-
<version>0.0.7-SNAPSHOT</version>
10+
<version>0.0.8-SNAPSHOT</version>
1111
<relativePath>../ha-project/pom.xml</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.g2forge.habitat</groupId>
1010
<artifactId>ha-project</artifactId>
11-
<version>0.0.7-SNAPSHOT</version>
11+
<version>0.0.8-SNAPSHOT</version>
1212
<relativePath>ha-project/pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)