Commit b4b4bcd 1 parent 284cef5 commit b4b4bcd Copy full SHA for b4b4bcd
File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 13
13
<groupId >fr.insee</groupId >
14
14
<artifactId >Pogues-BO</artifactId >
15
15
<packaging >jar</packaging >
16
- <version >4.4.3 </version >
16
+ <version >4.4.4-SNAPSHOT </version >
17
17
<name >Pogues-BO</name >
18
18
19
19
<properties >
22
22
<final .asset.name>pogues-bo</final .asset.name>
23
23
24
24
<json-simple .version>1.1.1</json-simple .version>
25
- <pogues-model .version>1.3.3 </pogues-model .version>
25
+ <pogues-model .version>1.3.4-SNAPSHOT </pogues-model .version>
26
26
<fop .version>2.9</fop .version>
27
27
<springdoc-openapi-ui .version>1.8.0</springdoc-openapi-ui .version>
28
28
<jacoco .version>0.8.12</jacoco .version>
38
38
<argLine >-Xms256m -Xmx512m -ea -Dfile.encoding=UTF-8</argLine >
39
39
</properties >
40
40
41
+ <repositories >
42
+ <!-- Maven central snapshot repository -->
43
+ <repository >
44
+ <id >oss.sonatype.org-snapshot</id >
45
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
46
+ <releases >
47
+ <enabled >false</enabled >
48
+ </releases >
49
+ <snapshots >
50
+ <enabled >true</enabled >
51
+ </snapshots >
52
+ </repository >
53
+ </repositories >
54
+
41
55
<dependencies >
42
56
43
57
<dependency >
You can’t perform that action at this time.
0 commit comments