Skip to content

Commit

Permalink
Update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Sep 3, 2024
1 parent 7d392c7 commit d7e8248
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demetra-sas-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>be.nbb.demetra</groupId>
<artifactId>demetra-sas-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
</parent>

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

<artifactId>demetra-sas-desktop</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-sas-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<packaging>pom</packaging>

<name>Demetra - Sas</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-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-03T12:07:47Z</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 d7e8248

Please sign in to comment.