Description: Replaces the property in the artifact name since maven-debian-helper doesn't perform the substitution
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/main-versioned/pom.xml
+++ b/main-versioned/pom.xml
@@ -9,7 +9,7 @@
 	</parent>
 
 	<groupId>com.esotericsoftware.kryo</groupId>
-	<artifactId>kryo${kryo.major.version}</artifactId>
+	<artifactId>kryo5</artifactId>
 	<packaging>jar</packaging>
 
 	<name>Kryo ${kryo.major.version}</name>
