Skip to content

Commit aec5bb1

Browse files
committed
Will try to relase again.
1 parent 6f52fe8 commit aec5bb1

File tree

7 files changed

+33
-9
lines changed

7 files changed

+33
-9
lines changed

client-bom/pom.xml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,40 @@
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>

client-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

client-extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

frontend-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

media-backend-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

pages-backend-api-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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

@@ -35,7 +35,7 @@
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>

0 commit comments

Comments
 (0)