Skip to content

Commit c3b8bd6

Browse files
release 3.9.1
adds maven central required name attributes (#579) sets jakarta library versions
1 parent ce15dc4 commit c3b8bd6

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
<dependency>
200200
<groupId>jakarta.xml.bind</groupId>
201201
<artifactId>jakarta.xml.bind-api</artifactId>
202+
<version>4.0.1</version>
202203
</dependency>
203204

204205
<dependency>

tooling-cli/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<version>3.9.1</version>
1414
<packaging>jar</packaging>
1515

16+
<name>CQF Tooling CLI</name>
1617
<description>CQF Tooling CLI</description>
18+
<url>https://github.com/cqframework/cqf-tooling/tree/master/tooling-cli</url>
1719

1820
<dependencies>
1921
<dependency>

tooling-ui/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
<version>3.9.1</version>
1414
<packaging>jar</packaging>
1515

16+
<name>CQF Tooling UI</name>
1617
<description>CQF Tooling UI</description>
18+
<url>https://github.com/cqframework/cqf-tooling/tree/master/tooling-ui</url>
1719

1820
<dependencies>
1921
<dependency>

tooling/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<version>3.9.1</version>
1414
<packaging>jar</packaging>
1515

16+
<name>CQF Tooling Core</name>
17+
<description>CQF Tooling core processes</description>
18+
<url>https://github.com/cqframework/cqf-tooling/tree/master/tooling</url>
19+
1620
<dependencies>
1721
<dependency>
1822
<groupId>org.jvnet.jaxb2_commons</groupId>
@@ -174,7 +178,6 @@
174178
<dependency>
175179
<groupId>jakarta.xml.bind</groupId>
176180
<artifactId>jakarta.xml.bind-api</artifactId>
177-
<version>4.0.1</version>
178181
</dependency>
179182

180183
<dependency>

0 commit comments

Comments
 (0)