File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 35
35
<groupId >com.oracle.labs.olcut</groupId >
36
36
<artifactId >olcut</artifactId >
37
37
<version >${revision} </version >
38
- <relativePath >..</relativePath >
38
+ <relativePath >../pom.xml </relativePath >
39
39
</parent >
40
40
41
41
<name >olcut-config-edn</name >
Original file line number Diff line number Diff line change 33
33
<groupId >com.oracle.labs.olcut</groupId >
34
34
<artifactId >olcut</artifactId >
35
35
<version >${revision} </version >
36
- <relativePath >..</relativePath >
36
+ <relativePath >../pom.xml </relativePath >
37
37
</parent >
38
38
<name >olcut-config-json</name >
39
39
<artifactId >olcut-config-json</artifactId >
Original file line number Diff line number Diff line change 33
33
<groupId >com.oracle.labs.olcut</groupId >
34
34
<artifactId >olcut</artifactId >
35
35
<version >${revision} </version >
36
- <relativePath >..</relativePath >
36
+ <relativePath >../pom.xml </relativePath >
37
37
</parent >
38
38
<name >olcut-core</name >
39
39
<artifactId >olcut-core</artifactId >
Original file line number Diff line number Diff line change 7
7
<artifactId >olcut</artifactId >
8
8
<groupId >com.oracle.labs.olcut</groupId >
9
9
<version >${revision} </version >
10
- <relativePath >..</relativePath >
10
+ <relativePath >../pom.xml </relativePath >
11
11
</parent >
12
12
13
13
<properties >
14
- <asm .version>9.0 </asm .version>
14
+ <asm .version>9.1 </asm .version>
15
15
</properties >
16
16
17
17
<artifactId >olcut-extras</artifactId >
Original file line number Diff line number Diff line change 40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
41
<maven .compiler.target>1.8</maven .compiler.target>
42
42
<edn .version>0.7.1</edn .version>
43
- <jackson .version>2.11.3 </jackson .version>
44
- <jline .version>3.16 .0</jline .version>
45
- <junit .version>5.7.0 </junit .version>
43
+ <jackson .version>2.12.1 </jackson .version>
44
+ <jline .version>3.19 .0</jline .version>
45
+ <junit .version>5.7.1 </junit .version>
46
46
</properties >
47
47
<modules >
48
48
<module >olcut-core</module >
You can’t perform that action at this time.
0 commit comments