Skip to content

Commit d8c2f4d

Browse files
committed
Bump to 6.15
1 parent 16b5061 commit d8c2f4d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

blackbox-test-inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-inject-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>6.14</version>
8+
<version>6.15</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

inject-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-parent</artifactId>
7-
<version>6.14</version>
7+
<version>6.15</version>
88
</parent>
99

1010
<artifactId>avaje-inject-generator</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-inject</artifactId>
19-
<version>6.14</version>
19+
<version>6.15</version>
2020
</dependency>
2121

2222
<!-- test dependencies -->

inject-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-parent</artifactId>
7-
<version>6.14</version>
7+
<version>6.15</version>
88
</parent>
99

1010
<artifactId>avaje-inject-test</artifactId>

inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-inject-parent</artifactId>
7-
<version>6.14</version>
7+
<version>6.15</version>
88
</parent>
99

1010
<artifactId>avaje-inject</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-inject-parent</artifactId>
12-
<version>6.14</version>
12+
<version>6.15</version>
1313
<packaging>pom</packaging>
1414
<name>avaje inject parent</name>
1515
<description>parent pom for avaje inject library</description>
@@ -20,7 +20,7 @@
2020
</scm>
2121

2222
<properties>
23-
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
23+
<nexus.staging.autoReleaseAfterClose>false</nexus.staging.autoReleaseAfterClose>
2424
</properties>
2525

2626
<modules>

0 commit comments

Comments
 (0)