Skip to content

Commit ca80758

Browse files
committed
Back to SNAPSHOT
1 parent 9655471 commit ca80758

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939
apply plugin: 'java'
4040

4141
group = 'us.dynmap'
42-
version = '3.7-beta-2'
42+
version = '3.7-SNAPSHOT'
4343

4444
}
4545

bukkit-helper/.project

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,35 @@
22
<projectDescription>
33
<name>Dynmap(Spigot-Common)</name>
44
<comment>bukkit-helper</comment>
5-
<projects/>
6-
<natures>
7-
<nature>org.eclipse.jdt.core.javanature</nature>
8-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
9-
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
10-
</natures>
5+
<projects>
6+
</projects>
117
<buildSpec>
128
<buildCommand>
139
<name>org.eclipse.jdt.core.javabuilder</name>
14-
<arguments/>
10+
<arguments>
11+
</arguments>
1512
</buildCommand>
1613
<buildCommand>
1714
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
18-
<arguments/>
15+
<arguments>
16+
</arguments>
1917
</buildCommand>
2018
<buildCommand>
2119
<name>org.eclipse.m2e.core.maven2Builder</name>
22-
<arguments/>
20+
<arguments>
21+
</arguments>
2322
</buildCommand>
2423
</buildSpec>
25-
<linkedResources/>
24+
<natures>
25+
<nature>org.eclipse.jdt.core.javanature</nature>
26+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
27+
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
28+
</natures>
2629
<filteredResources>
2730
<filter>
2831
<id>1</id>
32+
<name></name>
2933
<type>30</type>
30-
<name/>
3134
<matcher>
3235
<id>org.eclipse.core.resources.regexFilterMatcher</id>
3336
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>

oldbuilds/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ allprojects {
2525
apply plugin: 'java'
2626

2727
group = 'us.dynmap'
28-
version = '3.7-beta-2'
28+
version = '3.7-SNAPSHOT'
2929

3030
}
3131

0 commit comments

Comments
 (0)