Skip to content

Commit 08fbf63

Browse files
committed
Adjust name
Adjust name to not include parent, to ensure a similar naming scheme among all extensions
1 parent 9ab53d6 commit 08fbf63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2010-2020. Axon Framework
3+
~ Copyright (c) 2010-2021. Axon Framework
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1919
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
21-
<name>Axon Framework - Kotlin Extension - Parent</name>
21+
<name>Axon Framework - Kotlin Extension</name>
2222
<description>Extension for Axon Framework that provides Kotlin utilities.</description>
2323

2424
<groupId>org.axonframework.extensions.kotlin</groupId>

0 commit comments

Comments
 (0)