Skip to content

Commit d25e7d8

Browse files
committed
Bump to beta2 release
1 parent fe7f9a2 commit d25e7d8

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

annotations/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>io.dinject</groupId>
65
<artifactId>dinject-annotations</artifactId>
7-
<version>1.20-beta-SNAPSHOT</version>
86

97
<parent>
108
<groupId>io.dinject</groupId>
119
<artifactId>dinject-parent</artifactId>
12-
<version>1.20-beta-SNAPSHOT</version>
10+
<version>1.20-beta2-SNAPSHOT</version>
11+
<relativePath>..</relativePath>
1312
</parent>
1413

1514
<dependencies>

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>io.dinject</groupId>
65
<artifactId>dinject</artifactId>
7-
<version>1.20-beta-SNAPSHOT</version>
86

97
<parent>
108
<groupId>io.dinject</groupId>
119
<artifactId>dinject-parent</artifactId>
12-
<version>1.20-beta-SNAPSHOT</version>
10+
<version>1.20-beta2-SNAPSHOT</version>
11+
<relativePath>..</relativePath>
1312
</parent>
1413

1514
<dependencies>

generator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>io.dinject</groupId>
76
<artifactId>dinject-generator</artifactId>
8-
<version>1.20-beta-SNAPSHOT</version>
97

108
<parent>
119
<groupId>io.dinject</groupId>
1210
<artifactId>dinject-parent</artifactId>
13-
<version>1.20-beta-SNAPSHOT</version>
11+
<version>1.20-beta2-SNAPSHOT</version>
12+
<relativePath>..</relativePath>
1413
</parent>
1514

1615
<dependencies>

pom.xml

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

77
<groupId>io.dinject</groupId>
88
<artifactId>dinject-parent</artifactId>
9-
<version>1.20-beta-SNAPSHOT</version>
9+
<version>1.20-beta2-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<parent>

0 commit comments

Comments
 (0)