Skip to content

Commit ac2a754

Browse files
committed
Switch beast3 dependency from SNAPSHOT to 2.8.0-beta1 on Maven Central
Remove GitHub Packages repository block (no longer needed).
1 parent 92e84a6 commit ac2a754

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4545
<maven.compiler.release>25</maven.compiler.release>
4646

47-
<beast.version>2.8.0-SNAPSHOT</beast.version>
47+
<beast.version>2.8.0-beta1</beast.version>
4848
<javafx.version>25.0.2</javafx.version>
4949
<junit.version>5.8.2</junit.version>
5050
<beast.main>beastfx.app.beauti.Beauti</beast.main>
@@ -96,13 +96,6 @@
9696
</dependencies>
9797
</dependencyManagement>
9898

99-
<repositories>
100-
<repository>
101-
<id>github</id>
102-
<url>https://maven.pkg.github.com/CompEvol/beast3</url>
103-
</repository>
104-
</repositories>
105-
10699
<build>
107100
<pluginManagement>
108101
<plugins>

0 commit comments

Comments
 (0)