Skip to content

Commit

Permalink
Test for 1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Sep 9, 2020
1 parent 8d6ffbe commit 59dd968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</scm>

<properties>
<inject.version>1.1</inject.version>
<inject.version>1.2-SNAPSHOT</inject.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions inject-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-inject-test</artifactId>
<version>1.0</version>
<version>1</version>

<parent>
<groupId>org.avaje</groupId>
Expand All @@ -13,7 +13,7 @@
</parent>

<properties>
<inject.version>1.1-SNAPSHOT</inject.version>
<inject.version>1.2-SNAPSHOT</inject.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 59dd968

Please sign in to comment.