File tree Expand file tree Collapse file tree 7 files changed +33
-9
lines changed
Expand file tree Collapse file tree 7 files changed +33
-9
lines changed Original file line number Diff line number Diff line change 55 <artifactId >client-bom</artifactId >
66 <version >8.10-SNAPSHOT</version >
77 <packaging >pom</packaging >
8+ <name >api-client-bom</name >
89 <description >Clients for NPO APIs bom</description >
9-
10+ < url >https://github.com/npo-poms/api-clients</ url >
1011
1112 <scm >
1213 <connection >scm:git:${project.scm.url} </connection >
1314 <developerConnection >scm:git:${project.scm.url} </developerConnection >
1415 <url >https://github.com/npo-poms/api-clients.git</url >
15- <tag >HEAD </tag >
16+ <tag >REL-8.9-SNAPSHOT </tag >
1617 </scm >
1718
19+ <licenses >
20+ <license >
21+ <name >The Apache Software License, Version 2.0</name >
22+ <url >https://www.apache.org/licenses/LICENSE-2.0.txt</url >
23+ <distribution >repo</distribution >
24+ <comments >A business-friendly OSS license</comments >
25+ </license >
26+ </licenses >
27+
28+ <developers >
29+ <developer >
30+ <id >mihxil</id >
31+ <name >Michiel Meeuwissen</name >
32+ <email >github@mmprogrami.nl</email >
33+ <url >https://meeuw.org</url >
34+ <roles >
35+ <role >architect</role >
36+ <role >developer</role >
37+ </roles >
38+ <timezone >Europe/Amsterdam</timezone >
39+ </developer >
40+ </developers >
41+
1842
1943 <dependencyManagement >
2044 <dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >nl.vpro.poms.api-clients</groupId >
77 <artifactId >api-client-parent</artifactId >
8- <version >8.9.0 -SNAPSHOT</version >
8+ <version >8.10 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >client-core</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >nl.vpro.poms.api-clients</groupId >
77 <artifactId >api-client-parent</artifactId >
8- <version >8.9.0 -SNAPSHOT</version >
8+ <version >8.10 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >client-extras</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >nl.vpro.poms.api-clients</groupId >
77 <artifactId >api-client-parent</artifactId >
8- <version >8.9.0 -SNAPSHOT</version >
8+ <version >8.10 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >frontend-api-client</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >nl.vpro.poms.api-clients</groupId >
77 <artifactId >api-client-parent</artifactId >
8- <version >8.9.0 -SNAPSHOT</version >
8+ <version >8.10 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >media-backend-api-client</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >nl.vpro.poms.api-clients</groupId >
77 <artifactId >api-client-parent</artifactId >
8- <version >8.9.0 -SNAPSHOT</version >
8+ <version >8.10 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >pages-backend-api-client</artifactId >
Original file line number Diff line number Diff line change 99 </parent >
1010 <groupId >nl.vpro.poms.api-clients</groupId >
1111 <artifactId >api-client-parent</artifactId >
12- <version >8.9.0 -SNAPSHOT</version >
12+ <version >8.10 -SNAPSHOT</version >
1313 <packaging >pom</packaging >
1414 <description >Clients for NPO APIs</description >
1515
3535 <connection >scm:git:${project.scm.url} </connection >
3636 <developerConnection >scm:git:${project.scm.url} </developerConnection >
3737 <url >https://github.com/npo-poms/api-clients.git</url >
38- <tag >REL-8.9-SNAPSHOT </tag >
38+ <tag >HEAD </tag >
3939 </scm >
4040
4141 <build >
You can’t perform that action at this time.
0 commit comments