Skip to content

Commit

Permalink
Bump to version 0.2.0 (2024-06)
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed May 24, 2024
1 parent ae133eb commit 906faab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions es.sistedes.library.manager/execute.env.bat.TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ REM Abel Gómez - initial API and implementation
REM

REM
REM Make a copy of this file, name it "vars.bat", and adjust the variables
REM Make a copy of this file, name it "execute.env.bat", and adjust the variables
REM below as needed for your setup
REM

Expand All @@ -21,11 +21,11 @@ set JAVA_HOME=C:\Program Files\Java\jdk-17
set PATH=%JAVA_HOME%\bin;%PATH%

REM # Program version. Must match the pom.xml configuration.
SET VERSION=0.1.0-SNAPSHOT
SET VERSION=0.2.0-SNAPSHOT
SET JAR=library.manager-%VERSION%.jar

REM # Year
SET YEAR=2023
SET YEAR=2024

REM # Acronyms
SET JISBD=JISBD
Expand Down
2 changes: 1 addition & 1 deletion es.sistedes.library.manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>es.sistedes</groupId>
<artifactId>library.manager</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>
<name>library.manager</name>
<description>Sistedes Digital Library Manager</description>
<properties>
Expand Down

0 comments on commit 906faab

Please sign in to comment.