Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 13, 2023
2 parents a90d7ab + e464646 commit 2374a14
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 16 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0-beta.10] - 2023-02-13

This is a bugfix release for the deployment of v3.0.0-beta.9.
See v3.0.0-beta.9 for complete changelog.

### Fixed

- Fix missing javadoc resource

## [3.0.0-beta.9] - 2023-02-13

This is the ninth beta release of **sdmx-dl**.
Expand Down Expand Up @@ -331,7 +340,9 @@ production._

- Initial release

[Unreleased]: https://github.com/nbbrd/sdmx-dl/compare/v3.0.0-beta.9...HEAD
[Unreleased]: https://github.com/nbbrd/sdmx-dl/compare/v3.0.0-beta.10...HEAD

[3.0.0-beta.10]: https://github.com/nbbrd/sdmx-dl/compare/v3.0.0-beta.9...v3.0.0-beta.10

[3.0.0-beta.9]: https://github.com/nbbrd/sdmx-dl/compare/v3.0.0-beta.8...v3.0.0-beta.9

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
<packaging>pom</packaging>

<name>sdmx-dl</name>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-desktop</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions sdmx-dl-desktop/src/main/javadoc/EmptyJavaDoc.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/**
* Workaround for JavaDoc issues with Lombok.
*/
public class EmptyJavaDoc {

}
2 changes: 1 addition & 1 deletion sdmx-dl-format-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-format-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-format-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-format-csv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-format-kryo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-format-kryo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-format-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-format-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-format-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-format-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-provider-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-provider-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-provider-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-provider-connectors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-provider-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-provider-ri</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.sdmx-dl</groupId>
<artifactId>sdmx-dl-parent</artifactId>
<version>3.0.0-beta.9</version>
<version>3.0.0-beta.10</version>
</parent>

<artifactId>sdmx-dl-testing</artifactId>
Expand Down

0 comments on commit 2374a14

Please sign in to comment.