Änderungen von Dokument Plugin-Entwicklung


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

Zusammenfassung

Details

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