Skip to content

Commit 19eff6d

Browse files
committedNov 21, 2011
Switch to new Bukkit versioning - 1.0.0-R1-SNAPSHOT
1 parent 617f228 commit 19eff6d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
 

‎.gitignore

+25
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.bukkit</groupId>
5656
<artifactId>bukkit</artifactId>
57-
<version>0.0.1-SNAPSHOT</version>
57+
<version>1.0.0-R1-SNAPSHOT</version>
5858
<scope>compile</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.