diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ <artifactId>msgrtr</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>Message Router</name> + <name>dmaap-messagerouter-msgrtr</name> <description>Message Router - Restful interface built for kafka</description> <parent> @@ -472,4 +472,4 @@ <artifactId>maven-deploy-plugin</artifactId> <version>2.5</version> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build> </profile> </profiles> --> -</project>
\ No newline at end of file +</project> |