Skip to content

Commit 600bf1a

Browse files
committed
Set version to 0.9-SNAPSHOT
1 parent 01210ba commit 600bf1a

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

inject-generator/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-generator</artifactId>
7-
<version>0.1-SNAPSHOT</version>
7+
<version>0.9-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>
@@ -18,15 +18,15 @@
1818
</scm>
1919

2020
<properties>
21-
<dinject.version>0.1-SNAPSHOT</dinject.version>
21+
<inject.version>0.9-SNAPSHOT</inject.version>
2222
</properties>
2323

2424
<dependencies>
2525

2626
<dependency>
2727
<groupId>io.avaje</groupId>
2828
<artifactId>avaje-inject</artifactId>
29-
<version>0.1-SNAPSHOT</version>
29+
<version>${inject.version}</version>
3030
</dependency>
3131

3232
<dependency>

inject-test/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,22 @@
1212
<version>2.1</version>
1313
</parent>
1414

15+
<properties>
16+
<inject.version>0.9-SNAPSHOT</inject.version>
17+
</properties>
18+
1519
<dependencies>
1620

1721
<dependency>
1822
<groupId>io.avaje</groupId>
1923
<artifactId>avaje-inject</artifactId>
20-
<version>0.1-SNAPSHOT</version>
24+
<version>${inject.version}</version>
2125
</dependency>
2226

2327
<dependency>
2428
<groupId>io.avaje</groupId>
2529
<artifactId>avaje-inject-generator</artifactId>
26-
<version>0.1-SNAPSHOT</version>
30+
<version>${inject.version}</version>
2731
<scope>provided</scope>
2832
</dependency>
2933

@@ -63,7 +67,6 @@
6367
<scope>test</scope>
6468
</dependency>
6569

66-
6770
<dependency>
6871
<groupId>org.avaje.composite</groupId>
6972
<artifactId>logback</artifactId>

inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject</artifactId>
7-
<version>0.1-SNAPSHOT</version>
7+
<version>0.9-SNAPSHOT</version>
88

99
<parent>
1010
<groupId>org.avaje</groupId>

0 commit comments

Comments
 (0)