projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330b723
)
Name und Beschreibung in POM getrennt
author
Kai Moritz
<kai@juplo.de>
Sun, 12 Jun 2022 13:14:12 +0000
(15:14 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 12 Jun 2022 13:23:09 +0000
(15:23 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
46a8165
..
b736152
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-13,7
+13,8
@@
<groupId>de.juplo.kafka</groupId>
<artifactId>rest-producer</artifactId>
- <name>REST Producer: a Simple Producer that takes messages via POST and confirms successs</name>
+ <name>REST Producer</name>
+ <description>A Simple Producer that takes messages via POST and confirms successs</description>
<version>1.0-SNAPSHOT</version>
<dependencies>