We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744621f commit bf65d28Copy full SHA for bf65d28
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.flightgear</groupId>
5
<artifactId>terramaster</artifactId>
6
- <version>3.00-SNAPSHOT</version>
+ <version>3.00</version>
7
<repositories>
8
<repository>
9
<id>central</id>
@@ -14,7 +14,7 @@
14
<url>https://github.com/Portree-Kid/terramaster.git</url>
15
<connection>scm:git:git://github.com/Portree-Kid/terramaster.git</connection>
16
<developerConnection>scm:git:git@github.com:Portree-Kid/terramaster.git</developerConnection>
17
- <tag>HEAD</tag>
+ <tag>terramaster-3.00</tag>
18
</scm>
19
<distributionManagement>
20
0 commit comments