Skip to content

Commit 8193c25

Browse files
committed
Update velocity version in pom.xml to 3.4.0
1 parent 79f41ec commit 8193c25

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

VotingPlugin/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<maven.compiler.source>21</maven.compiler.source>
1515
<maven.compiler.target>21</maven.compiler.target>
1616
<maven.compiler.release>21</maven.compiler.release>
17+
<velocity.version>3.4.0</velocity.version>
1718
</properties>
1819
<build>
1920
<resources>
@@ -79,6 +80,11 @@
7980
<artifactId>lombok</artifactId>
8081
<version>1.18.42</version>
8182
</path>
83+
<path>
84+
<groupId>com.velocitypowered</groupId>
85+
<artifactId>velocity-api</artifactId>
86+
<version>${velocity.version}</version>
87+
</path>
8288
</annotationProcessorPaths>
8389
</configuration>
8490
</plugin>
@@ -261,7 +267,7 @@
261267
<dependency>
262268
<groupId>com.velocitypowered</groupId>
263269
<artifactId>velocity-api</artifactId>
264-
<version>3.4.0</version>
270+
<version>${velocity.version}</version>
265271
<scope>provided</scope>
266272
</dependency>
267273
<dependency>

0 commit comments

Comments
 (0)