Skip to content

Commit b06675d

Browse files
committed
version bump
1 parent b79ef0d commit b06675d

File tree

2 files changed

+9
-39
lines changed

2 files changed

+9
-39
lines changed

Diff for: pom.xml

+7-37
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>lol.hyper</groupId>
2525
<artifactId>velocityblockversion</artifactId>
26-
<version>1.0.3</version>
26+
<version>1.0.4</version>
2727
<packaging>jar</packaging>
2828

2929
<name>VelocityBlockVersion</name>
@@ -35,11 +35,11 @@
3535

3636
<build>
3737
<resources>
38-
<resource>
39-
<directory>src/main/resources</directory>
40-
<filtering>true</filtering>
41-
</resource>
42-
</resources>
38+
<resource>
39+
<directory>src/main/resources</directory>
40+
<filtering>true</filtering>
41+
</resource>
42+
</resources>
4343
<plugins>
4444
<plugin>
4545
<artifactId>maven-clean-plugin</artifactId>
@@ -98,36 +98,6 @@
9898
</execution>
9999
</executions>
100100
</plugin>
101-
<plugin>
102-
<groupId>org.apache.maven.plugins</groupId>
103-
<artifactId>maven-site-plugin</artifactId>
104-
<version>3.12.0</version>
105-
<dependencies>
106-
<dependency>
107-
<groupId>net.trajano.wagon</groupId>
108-
<artifactId>wagon-git</artifactId>
109-
<version>2.0.4</version>
110-
</dependency>
111-
<dependency>
112-
<groupId>org.apache.maven.doxia</groupId>
113-
<artifactId>doxia-module-markdown</artifactId>
114-
<version>1.11.1</version>
115-
</dependency>
116-
</dependencies>
117-
</plugin>
118-
<plugin>
119-
<groupId>org.apache.maven.plugins</groupId>
120-
<artifactId>maven-release-plugin</artifactId>
121-
<version>3.0.0-M5</version>
122-
<configuration>
123-
<autoVersionSubmodules>true</autoVersionSubmodules>
124-
<tagNameFormat>@{project.version}</tagNameFormat>
125-
<scmCommentPrefix xml:space="preserve">[RELEASE] </scmCommentPrefix>
126-
<goals>install deploy site-deploy
127-
</goals> <!-- install is here to fix javadoc generation in multi-module projects -->
128-
<releaseProfiles>release</releaseProfiles>
129-
</configuration>
130-
</plugin>
131101
</plugins>
132102
</build>
133103

@@ -162,4 +132,4 @@
162132
<version>1.0.1</version>
163133
</dependency>
164134
</dependencies>
165-
</project>
135+
</project>

Diff for: src/main/java/lol/hyper/velocityblockversion/VelocityBlockVersion.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@Plugin(
4545
id = "velocityblockversion",
4646
name = "VelocityBlockVersion",
47-
version = "1.0.2",
47+
version = "1.0.4",
4848
authors = {"hyperdefined"},
4949
description = "Block certain Minecraft versions from connecting to your network."
5050
)
@@ -80,7 +80,7 @@ public void onProxyInitialization(ProxyInitializeEvent event) {
8080
VersionToStrings.init();
8181
configHandler = new ConfigHandler(this);
8282
configHandler.loadConfig();
83-
Metrics metrics = metricsFactory.make(this, 13308);
83+
metricsFactory.make(this, 13308);
8484
server.getScheduler().buildTask(this, this::checkForUpdates).schedule();
8585
}
8686

0 commit comments

Comments
 (0)