File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <groupId >io.dinject</groupId >
6
5
<artifactId >dinject-annotations</artifactId >
7
- <version >1.20-beta-SNAPSHOT</version >
8
6
9
7
<parent >
10
8
<groupId >io.dinject</groupId >
11
9
<artifactId >dinject-parent</artifactId >
12
- <version >1.20-beta-SNAPSHOT</version >
10
+ <version >1.20-beta2-SNAPSHOT</version >
11
+ <relativePath >..</relativePath >
13
12
</parent >
14
13
15
14
<dependencies >
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
- <groupId >io.dinject</groupId >
6
5
<artifactId >dinject</artifactId >
7
- <version >1.20-beta-SNAPSHOT</version >
8
6
9
7
<parent >
10
8
<groupId >io.dinject</groupId >
11
9
<artifactId >dinject-parent</artifactId >
12
- <version >1.20-beta-SNAPSHOT</version >
10
+ <version >1.20-beta2-SNAPSHOT</version >
11
+ <relativePath >..</relativePath >
13
12
</parent >
14
13
15
14
<dependencies >
Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
- <groupId >io.dinject</groupId >
7
6
<artifactId >dinject-generator</artifactId >
8
- <version >1.20-beta-SNAPSHOT</version >
9
7
10
8
<parent >
11
9
<groupId >io.dinject</groupId >
12
10
<artifactId >dinject-parent</artifactId >
13
- <version >1.20-beta-SNAPSHOT</version >
11
+ <version >1.20-beta2-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
14
13
</parent >
15
14
16
15
<dependencies >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.dinject</groupId >
8
8
<artifactId >dinject-parent</artifactId >
9
- <version >1.20-beta -SNAPSHOT</version >
9
+ <version >1.20-beta2 -SNAPSHOT</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<parent >
You can’t perform that action at this time.
0 commit comments