Skip to content

Commit 84cf440

Browse files
committed
Finalize version to 1.1.0
1 parent c6cf0b6 commit 84cf440

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<parent>
44
<groupId>net.techcable.spawnshield</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>api</artifactId>
10-
</project>
10+
</project>

api/target/SpawnShield.jar

-24 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Thu May 14 09:46:34 MST 2015
3-
version=1.1.0-SNAPSHOT
2+
#Thu May 14 10:25:27 MST 2015
3+
version=1.1.0
44
groupId=net.techcable.spawnshield
55
artifactId=api
-24 Bytes
Binary file not shown.

base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.techcable.spawnshield</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
</parent>
88
<artifactId>base</artifactId>
99
<dependencies>
@@ -32,4 +32,4 @@
3232
<version>${project.parent.version}</version>
3333
</dependency>
3434
</dependencies>
35-
</project>
35+
</project>

base/src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "SpawnShield"
2-
version: 1.0.1
2+
version: 1.1.0
33
main: net.techcable.spawnshield.SpawnShield
44
authors:
55
- Techcable
@@ -15,4 +15,4 @@ softdepend:
1515
- CombatTag
1616
- CombatTagReloaded
1717
depend:
18-
- WorldGuard
18+
- WorldGuard

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>net.techcable</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.0.3</version>
6+
<version>1.0.4</version>
77
</parent>
88
<groupId>net.techcable.spawnshield</groupId>
99
<artifactId>parent</artifactId>
1010
<packaging>pom</packaging>
1111
<name>SpawnShield</name>
12-
<version>1.1.0-SNAPSHOT</version>
12+
<version>1.1.0</version>
1313
<description>Prevents people from entering spawn in combat</description>
1414
<repositories>
1515
<repository>

worldguard6/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>net.techcable.spawnshield</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>worldguard6</artifactId>
@@ -21,4 +21,4 @@
2121
<version>${project.parent.version}</version>
2222
</dependency>
2323
</dependencies>
24-
</project>
24+
</project>

0 commit comments

Comments
 (0)