Skip to content

Commit

Permalink
Incrementing plugin.yml version
Browse files Browse the repository at this point in the history
  • Loading branch information
phybros committed Dec 13, 2021
1 parent de84783 commit 67db6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.servertap</groupId>
<artifactId>ServerTap</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>

<scm>
<developerConnection>scm:git:ssh://[email protected]/phybros/servertap.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.3</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ServerTap
main: io.servertap.PluginEntrypoint
version: 0.1.3-SNAPSHOT
version: 0.1.3
description: ServerTap is a REST API for Bukkit/Spigot/PaperMC Minecraft servers.
api-version: 1.14
softdepend:
Expand Down

0 comments on commit 67db6e7

Please sign in to comment.