Skip to content

Commit

Permalink
Bump version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Dec 11, 2024
1 parent 4771d38 commit 6dd42a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bump-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
mvn build-helper:parse-version versions:set -DnewVersion=$1
mvn versions:set-property -Dproperty=timestamp -DnewVersion=`date --iso-8601=seconds`
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
</parent>
<groupId>de.ipb-halle</groupId>
<artifactId>massbank3-export-service</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<name>massbank3-export-service</name>
<description>Microservice for the export of different file formats for MassBank 3</description>

<properties>
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>2024-12-11T16:15:49+01:00</timestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -155,4 +156,4 @@
<url>https://jitpack.io</url>
</repository>
</repositories>
</project>
</project>

0 comments on commit 6dd42a0

Please sign in to comment.