Änderungen von Dokument Plugin-Entwicklung
Zusammenfassung
-
Seiteneigenschaften (1 geändert, 0 hinzugefügt, 0 gelöscht)
-
Anhänge (1 geändert, 0 hinzugefügt, 0 gelöscht)
Details
- Seiteneigenschaften
-
- Inhalt
-
... ... @@ -83,7 +83,7 @@ 83 83 84 84 {{code language="xml"}} 85 85 <properties> 86 - <xfc.version>7. 2.1</xfc.version>86 + <xfc.version>7.0.10</xfc.version> 87 87 </properties> 88 88 89 89 <dependencies> ... ... @@ -314,5 +314,3 @@ 314 314 315 315 Dies funktioniert auch in einem Ordner ohne Maven-Projekt. Falls keine {{formcycle/}}-Version angegeben ist, wird eine Standard-Version genommen, abhängig von der Maven-Plugin-Version. 316 316 317 -Für fortgeschrittenen Gebrauch siehe die [[README.md>>attach:README.md||rel="__blank"]]. 318 -
- pom.xml
-
- Größe
-
... ... @@ -1,1 +1,1 @@ 1 -5. 8KB1 +5.7 KB - Inhalt
-
... ... @@ -15,7 +15,7 @@ 15 15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 16 16 17 17 <!-- Dependencies --> 18 - <xfc.version>7. 2.1</xfc.version>18 + <xfc.version>7.0.10</xfc.version> 19 19 <junit-jupiter.version>5.6.0</junit-jupiter.version> 20 20 21 21 <!-- Plugins --> ... ... @@ -139,7 +139,6 @@ 139 139 <manifestEntries> 140 140 <formcycle-version-requirement>${xfc.version}</formcycle-version-requirement> 141 141 <Build-Timestamp>${maven.build.timestamp}</Build-Timestamp> 142 - <Plugin-Key>${project.groupId}:${project.artifactId}</Plugin-Key> 143 143 <Implementation-Title>${project.groupId}:${project.artifactId}</Implementation-Title> 144 144 <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id> 145 145 <Implementation-Version>${project.version}</Implementation-Version>