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 3, 2024
1 parent bd12e8a commit 473cc3c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demetra-access-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.nbb.demetra</groupId>
<artifactId>demetra-access-parent</artifactId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>demetra-access-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demetra-access-cruncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>demetra-access-parent</artifactId>
<groupId>be.nbb.demetra</groupId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>demetra-access-cruncher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demetra-access-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>be.nbb.demetra</groupId>
<artifactId>demetra-access-parent</artifactId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>demetra-access-desktop</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demetra-access-releaser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>demetra-access-parent</artifactId>
<groupId>be.nbb.demetra</groupId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
</parent>

<artifactId>demetra-access-releaser</artifactId>
Expand Down
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>be.nbb.demetra</groupId>
<artifactId>demetra-access-parent</artifactId>
<version>2.2.4</version>
<version>2.2.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Demetra - Access</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<properties>
<!-- Java 8+ config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-09-03T07:46:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-03T07:46:49Z</project.build.outputTimestamp>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>

Expand Down

0 comments on commit 473cc3c

Please sign in to comment.