File tree Expand file tree Collapse file tree 4 files changed +32
-47
lines changed Expand file tree Collapse file tree 4 files changed +32
-47
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
-
5
- <groupId >io.avaje</groupId >
6
- <artifactId >avaje-inject-generator</artifactId >
7
- <version >1.5-SNAPSHOT</version >
8
-
9
4
<parent >
10
- <groupId >org .avaje</groupId >
11
- <artifactId >java8-oss </artifactId >
12
- <version >2.2 </version >
5
+ <groupId >io .avaje</groupId >
6
+ <artifactId >avaje-inject-parent </artifactId >
7
+ <version >1.5-SNAPSHOT </version >
13
8
</parent >
14
9
15
- <scm >
16
- <
developerConnection >scm:git:
[email protected] :avaje/avaje-inject.git</
developerConnection >
17
- <tag >HEAD</tag >
18
- </scm >
19
-
20
- <properties >
21
- <inject .version>1.4</inject .version>
22
- </properties >
10
+ <artifactId >avaje-inject-generator</artifactId >
11
+ <name >avaje inject generator</name >
12
+ <description >annotation processor generating di as source code</description >
23
13
24
14
<dependencies >
25
15
26
16
<dependency >
27
17
<groupId >io.avaje</groupId >
28
18
<artifactId >avaje-inject</artifactId >
29
- <version >${inject.version} </version >
19
+ <version >1.5-SNAPSHOT </version >
30
20
</dependency >
31
21
32
22
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
-
5
- <groupId >io.avaje</groupId >
6
- <artifactId >avaje-inject-test</artifactId >
7
- <version >1</version >
8
-
9
4
<parent >
10
- <groupId >org .avaje</groupId >
11
- <artifactId >java8-oss </artifactId >
12
- <version >2.2 </version >
5
+ <groupId >io .avaje</groupId >
6
+ <artifactId >avaje-inject-parent </artifactId >
7
+ <version >1.5-SNAPSHOT </version >
13
8
</parent >
14
9
15
- <properties >
16
- <inject .version>1.4-SNAPSHOT</inject .version>
17
- </properties >
10
+ <artifactId >avaje-inject-test</artifactId >
18
11
19
12
<dependencies >
20
13
21
14
<dependency >
22
15
<groupId >io.avaje</groupId >
23
16
<artifactId >avaje-inject</artifactId >
24
- <version >${inject .version} </version >
17
+ <version >${project .version} </version >
25
18
</dependency >
26
19
27
20
<dependency >
28
21
<groupId >io.avaje</groupId >
29
22
<artifactId >avaje-inject-generator</artifactId >
30
- <version >${inject .version} </version >
23
+ <version >${project .version} </version >
31
24
<scope >provided</scope >
32
25
</dependency >
33
26
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
-
5
- <groupId >io.avaje</groupId >
6
- <artifactId >avaje-inject</artifactId >
7
- <version >1.5-SNAPSHOT</version >
8
-
9
4
<parent >
10
- <groupId >org .avaje</groupId >
11
- <artifactId >java8-oss </artifactId >
12
- <version >2.2 </version >
5
+ <groupId >io .avaje</groupId >
6
+ <artifactId >avaje-inject-parent </artifactId >
7
+ <version >1.5-SNAPSHOT </version >
13
8
</parent >
14
9
15
- <scm >
16
- <
developerConnection >scm:git:
[email protected] :avaje/avaje-inject.git</
developerConnection >
17
- <tag >HEAD</tag >
18
- </scm >
19
-
20
- <properties >
21
- <maven-javadoc-plugin .version>3.2.0</maven-javadoc-plugin .version>
22
- </properties >
10
+ <artifactId >avaje-inject</artifactId >
11
+ <name >avaje inject</name >
12
+ <description >avaje dependency injection library</description >
23
13
24
14
<dependencies >
25
15
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
+ <parent >
5
+ <groupId >org.avaje</groupId >
6
+ <artifactId >java8-oss</artifactId >
7
+ <version >2.2</version >
8
+ </parent >
4
9
5
10
<groupId >io.avaje</groupId >
6
11
<artifactId >avaje-inject-parent</artifactId >
7
- <version >1</version >
12
+ <version >1.5-SNAPSHOT </version >
8
13
<packaging >pom</packaging >
14
+ <name >avaje inject parent</name >
15
+ <description >parent pom for avaje inject library</description >
16
+
17
+ <scm >
18
+ <
developerConnection >scm:git:
[email protected] :avaje/avaje-inject.git</
developerConnection >
19
+ <tag >HEAD</tag >
20
+ </scm >
9
21
10
22
<modules >
11
23
<module >inject</module >
You can’t perform that action at this time.
0 commit comments