We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617f228 commit 19eff6dCopy full SHA for 19eff6d
.gitignore
@@ -0,0 +1,25 @@
1
+# Eclipse stuff
2
+/.classpath
3
+/.project
4
+/.settings
5
+
6
+# netbeans
7
+/nbproject
8
9
+# we use maven!
10
+/build.xml
11
12
+# maven
13
+/target
14
15
+# vim
16
+.*.sw[a-p]
17
18
+# various other potential build files
19
+/build
20
+/bin
21
+/dist
22
+/manifest.mf
23
24
+# Mac filesystem dust
25
+/.DS_Store
pom.xml
@@ -54,7 +54,7 @@
54
<dependency>
55
<groupId>org.bukkit</groupId>
56
<artifactId>bukkit</artifactId>
57
- <version>0.0.1-SNAPSHOT</version>
+ <version>1.0.0-R1-SNAPSHOT</version>
58
<scope>compile</scope>
59
</dependency>
60
0 commit comments