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 Oct 4, 2024
1 parent d725b6d commit 2e72b01
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx-base-parent</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-base-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-base/jdplus-sdmx-base-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx-base</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-base-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-cli/jdplus-sdmx-cli-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx-cli</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-cli-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-desktop/jdplus-sdmx-desktop-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx-desktop</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-desktop-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdplus-sdmx-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
</parent>

<artifactId>jdplus-sdmx-desktop</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.nbbrd.jdplus-sdmx</groupId>
<artifactId>jdplus-sdmx</artifactId>
<version>3.2.0</version>
<version>3.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -39,7 +39,7 @@
<properties>
<!-- Java 17 config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-10-04T10:51:42Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-04T10:51:50Z</project.build.outputTimestamp>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.release>17</maven.compiler.release>
Expand Down

0 comments on commit 2e72b01

Please sign in to comment.