Skip to content

Commit 79bb59b

Browse files
committed
bump beast.version to 2.8.0-beta2, remove beagle profile
beagle is now a transitive dependency of beast-base from Maven Central.
1 parent 9b3229c commit 79bb59b

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

pom.xml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3939
<maven.compiler.release>25</maven.compiler.release>
4040

41-
<beast.version>2.8.0-beta1</beast.version>
41+
<beast.version>2.8.0-beta2</beast.version>
4242
<javafx.version>25.0.2</javafx.version>
4343
<beast.module>beast.base</beast.module>
4444
<beast.main>beast.base.minimal.BeastMain</beast.main>
@@ -206,20 +206,6 @@
206206
</build>
207207

208208
<profiles>
209-
<!-- BEAGLE: auto-activates when beagle JAR is installed locally (needed for exec:exec) -->
210-
<profile>
211-
<id>beagle</id>
212-
<activation>
213-
<file><exists>${user.home}/.m2/repository/io/github/compevol/beagle/1.0/beagle-1.0.jar</exists></file>
214-
</activation>
215-
<dependencies>
216-
<dependency>
217-
<groupId>io.github.compevol</groupId>
218-
<artifactId>beagle</artifactId>
219-
<version>1.0</version>
220-
</dependency>
221-
</dependencies>
222-
</profile>
223209
<profile>
224210
<id>release</id>
225211
<build>

0 commit comments

Comments
 (0)