... |
... |
@@ -83,7 +83,7 @@ |
83 |
83 |
|
84 |
84 |
{{code language="xml"}} |
85 |
85 |
<properties> |
86 |
|
- <xfc.version>7.0.10</xfc.version> |
|
86 |
+ <xfc.version>7.2.1</xfc.version> |
87 |
87 |
</properties> |
88 |
88 |
|
89 |
89 |
<dependencies> |
... |
... |
@@ -137,7 +137,7 @@ |
137 |
137 |
; Implementation-Version |
138 |
138 |
: Erforderlich. Version des Plugins; Diese wird z.B. in der Oberfläche angezeigt. |
139 |
139 |
; Plugin-Key |
140 |
|
-: Erforderlch. Wird zur Identifizierung des Plugin innherhalb von {{formcycle/}} verwendet, und auch von etwa dem Deploy-Plugin oder Server-Plugin. |
|
140 |
+: Erforderlch. Wird zur Identifizierung des Plugin innherhalb von {{formcycle/}} verwendet, und auch von etwa dem Deploy-Plugin oder Server-Plugin. Empfohlener Wert ist {{code}}${project.groupId}:${project.artifactId}{{/code}}. |
141 |
141 |
; Build-Time oder Build-Timestamp |
142 |
142 |
: Optional. Wird bei SNAPSHOT-Versionen mit angezeigt, um den SNAPSHOT zu identifizieren. |
143 |
143 |
|