Skip to content

Commit

Permalink
Update for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Sep 6, 2024
1 parent 4055686 commit bf6b315
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions 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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
<packaging>pom</packaging>

<name>sdmx-dl</name>
Expand Down Expand Up @@ -38,7 +38,7 @@
<properties>
<!-- Java 8+ config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-09-06T13:22:31Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-06T13:22:51Z</project.build.outputTimestamp>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
</parent>

<artifactId>sdmx-dl-desktop</artifactId>
Expand Down
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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
</parent>

<artifactId>sdmx-dl-provider-connectors</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-provider-dialects/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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
</parent>

<artifactId>sdmx-dl-provider-dialects</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-provider-px/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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
</parent>

<artifactId>sdmx-dl-provider-px</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
</parent>

<artifactId>sdmx-dl-provider-ri</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sdmx-dl-standalone/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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
</parent>

<artifactId>sdmx-dl-standalone</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.13</version>
<version>3.0.0-beta.14-SNAPSHOT</version>
</parent>

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

0 comments on commit bf6b315

Please sign in to comment.