Skip to content

Commit 1d62def

Browse files
committed
Update version strings to 1.3.0-beta2 to match Maven Central release
1 parent a706c84 commit 1d62def

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.compevol</groupId>
88
<artifactId>morph-models</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0-beta2</version>
1010

1111
<name>Morph Models</name>
1212
<description>Lewis MK/MKv substitution models for discrete morphological data</description>
@@ -44,7 +44,7 @@
4444
<beast.main>beast.base.minimal.BeastMain</beast.main>
4545
<beast.args/>
4646
<beast.pkg.name>MM</beast.pkg.name>
47-
<beast.pkg.version>1.3.0</beast.pkg.version>
47+
<beast.pkg.version>1.3.0-beta2</beast.pkg.version>
4848
</properties>
4949

5050
<dependencies>

version.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<package name='MM' version='1.3.0'>
1+
<package name='MM' version='1.3.0-beta2'>
22
<depends on='BEAST.base' atleast='2.8.0'/>
33

44
<service type="beast.base.core.BEASTInterface">

0 commit comments

Comments
 (0)