Skip to content

Commit be911fb

Browse files
committed
com.example -> com.trassert. Версия 1.4.0
1 parent 770b753 commit be911fb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
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">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>com.example</groupId>
5+
<groupId>com.trassert</groupId>
66
<artifactId>ChatToHttp</artifactId>
7-
<version>1.3.9</version>
7+
<version>1.4.0</version>
88

99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/com/example/chattohttp/ChatToHttpPlugin.java renamed to src/main/java/com/trassert/chattohttp/ChatToHttpPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.chattohttp;
1+
package com.trassert.chattohttp;
22

33
import org.bukkit.event.EventHandler;
44
import org.bukkit.event.Listener;

0 commit comments

Comments
 (0)