Änderungen von Dokument Plugin-Entwicklung


Von Version 1.2
bearbeitet von rth
am 14.02.2022, 17:19
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 2.1
bearbeitet von rth
am 14.02.2022, 17:25
Änderungskommentar: Neuen Anhang pom.xml hochladen

Zusammenfassung

Details

pom.xml
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ximaadmin
1 +XWiki.rth
Größe
... ... @@ -1,1 +1,1 @@
1 -2.1 KB
1 +2.2 KB
Inhalt
... ... @@ -14,11 +14,11 @@
14 14   <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 15  
16 16   <!-- Dependencies -->
17 - <xfc-version>4.2.3</xfc-version>
17 + <xfc-version>7.0.9</xfc-version>
18 18  
19 19   <!-- Plugins -->
20 - <maven-compiler-plugin-version>3.3</maven-compiler-plugin-version>
21 - <maven-jar-plugin-version>2.4</maven-jar-plugin-version>
20 + <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
21 + <maven-jar-plugin-version>3.1.0</maven-jar-plugin-version>
22 22   </properties>
23 23  
24 24   <repositories>
... ... @@ -52,8 +52,7 @@
52 52   <artifactId>maven-compiler-plugin</artifactId>
53 53   <version>${maven-compiler-plugin-version}</version>
54 54   <configuration>
55 - <source>1.7</source>
56 - <target>1.7</target>
55 + <release>11</release>
57 57   <encoding>UTF-8</encoding>
58 58   <showDeprecation>true</showDeprecation>
59 59   <showWarnings>true</showWarnings>
... ... @@ -78,5 +78,3 @@
78 78   </plugins>
79 79   </build>
80 80  </project>
81 -
82 -