File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ allprojects {
39
39
apply plugin : ' java'
40
40
41
41
group = ' us.dynmap'
42
- version = ' 3.7-beta-2 '
42
+ version = ' 3.7-SNAPSHOT '
43
43
44
44
}
45
45
Original file line number Diff line number Diff line change 2
2
<projectDescription >
3
3
<name >Dynmap(Spigot-Common)</name >
4
4
<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 >
11
7
<buildSpec >
12
8
<buildCommand >
13
9
<name >org.eclipse.jdt.core.javabuilder</name >
14
- <arguments />
10
+ <arguments >
11
+ </arguments >
15
12
</buildCommand >
16
13
<buildCommand >
17
14
<name >org.eclipse.buildship.core.gradleprojectbuilder</name >
18
- <arguments />
15
+ <arguments >
16
+ </arguments >
19
17
</buildCommand >
20
18
<buildCommand >
21
19
<name >org.eclipse.m2e.core.maven2Builder</name >
22
- <arguments />
20
+ <arguments >
21
+ </arguments >
23
22
</buildCommand >
24
23
</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 >
26
29
<filteredResources >
27
30
<filter >
28
31
<id >1</id >
32
+ <name ></name >
29
33
<type >30</type >
30
- <name />
31
34
<matcher >
32
35
<id >org.eclipse.core.resources.regexFilterMatcher</id >
33
36
<arguments >node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ allprojects {
25
25
apply plugin : ' java'
26
26
27
27
group = ' us.dynmap'
28
- version = ' 3.7-beta-2 '
28
+ version = ' 3.7-SNAPSHOT '
29
29
30
30
}
31
31
You can’t perform that action at this time.
0 commit comments