Skip to content

Commit

Permalink
Reset the version number for the first alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitz committed Feb 7, 2024
1 parent d4131b6 commit b5d33fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.arup.cml</groupId>
<artifactId>gelato</artifactId>
<name>Gelato</name>
<version>1.0-SNAPSHOT</version>
<version>0.0.1-alpha</version>
<description>A command-line post-processing tool to turn MATSim ABM outputs into KPI metrics</description>
<inceptionYear>2023</inceptionYear>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.arup.cml</groupId>
<artifactId>gelato</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>0.0.1-alpha</version>

<name>Gelato</name>
<description>A command-line post-processing tool to turn MATSim ABM outputs into KPI metrics</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import java.util.Map;
import java.util.concurrent.atomic.AtomicInteger;

@Command(name = "MatsimKpiGenerator", version = "1.0-SNAPSHOT", mixinStandardHelpOptions = true)
@Command(name = "MatsimKpiGenerator", version = "0.0.1-alpha", mixinStandardHelpOptions = true)
public class MatsimKpiGenerator implements Runnable {
private static final Logger LOGGER = LogManager.getLogger(MatsimKpiGenerator.class);

Expand Down

0 comments on commit b5d33fa

Please sign in to comment.