Commits

md_5 authored 499807467c9
Fix accidental omission of R revision number in version.
No tags

pom.xml

Modified
4 4 <modelVersion>4.0.0</modelVersion>
5 5
6 6 <parent>
7 7 <groupId>org.sonatype.oss</groupId>
8 8 <artifactId>oss-parent</artifactId>
9 9 <version>9</version>
10 10 </parent>
11 11
12 12 <groupId>org.bukkit</groupId>
13 13 <artifactId>bukkit</artifactId>
14 - <version>1.9-SNAPSHOT</version>
14 + <version>1.9-R0.1-SNAPSHOT</version>
15 15 <packaging>jar</packaging>
16 16
17 17 <name>Bukkit</name>
18 18 <url>http://www.bukkit.org/</url>
19 19 <description>A plugin API for Minecraft servers.</description>
20 20
21 21 <properties>
22 22 <maven.compiler.source>1.6</maven.compiler.source>
23 23 <maven.compiler.target>1.6</maven.compiler.target>
24 24 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut