We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e84a6 commit ac2a754Copy full SHA for ac2a754
pom.xml
@@ -44,7 +44,7 @@
44
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
45
<maven.compiler.release>25</maven.compiler.release>
46
47
- <beast.version>2.8.0-SNAPSHOT</beast.version>
+ <beast.version>2.8.0-beta1</beast.version>
48
<javafx.version>25.0.2</javafx.version>
49
<junit.version>5.8.2</junit.version>
50
<beast.main>beastfx.app.beauti.Beauti</beast.main>
@@ -96,13 +96,6 @@
96
</dependencies>
97
</dependencyManagement>
98
99
- <repositories>
100
- <repository>
101
- <id>github</id>
102
- <url>https://maven.pkg.github.com/CompEvol/beast3</url>
103
- </repository>
104
- </repositories>
105
-
106
<build>
107
<pluginManagement>
108
<plugins>
0 commit comments