Änderungen von Dokument Plugin-Entwicklung


Von Version 10.15
bearbeitet von awa
am 02.12.2022, 22:54
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 11.1
bearbeitet von awa
am 04.12.2022, 00:41
Änderungskommentar: Uploaded new attachment "pom.xml", version 1.8

Zusammenfassung

Details

pom.xml
Größe
... ... @@ -1,1 +1,1 @@
1 -5.7 KB
1 +5.8 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.0.10</xfc.version>
18 + <xfc.version>7.2.1</xfc.version>
19 19   <junit-jupiter.version>5.6.0</junit-jupiter.version>
20 20  
21 21   <!-- Plugins -->
... ... @@ -139,6 +139,7 @@
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>
142 142   <Implementation-Title>${project.groupId}:${project.artifactId}</Implementation-Title>
143 143   <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
144 144   <Implementation-Version>${project.version}</Implementation-Version>