@@ -28,16 +28,17 @@ limitations under the License.
28
28
29
29
<name >Plexus XML Utilities</name >
30
30
<description >A collection of various utility classes to ease working with XML.</description >
31
+ <url >https://codehaus-plexus.github.io/plexus-xml/</url >
31
32
32
33
<scm >
33
34
<connection >scm:git:https://github.com/codehaus-plexus/plexus-xml.git</connection >
34
35
<developerConnection >${project.scm.connection} </developerConnection >
35
36
<tag >master</tag >
36
- <url >https://github.com/codehaus-plexus/plexus-xml/tree/master /</url >
37
+ <url >https://github.com/codehaus-plexus/plexus-xml/tree/${project.scm.tag} /</url >
37
38
</scm >
38
39
<issueManagement >
39
40
<system >github</system >
40
- <url >http ://github.com/codehaus-plexus/plexus-xml/issues</url >
41
+ <url >https ://github.com/codehaus-plexus/plexus-xml/issues</url >
41
42
</issueManagement >
42
43
<distributionManagement >
43
44
<site >
@@ -48,6 +49,7 @@ limitations under the License.
48
49
49
50
<properties >
50
51
<project .build.outputTimestamp>2023-05-22T15:08:30Z</project .build.outputTimestamp>
52
+ <javaVersion >8</javaVersion >
51
53
</properties >
52
54
53
55
<dependencies >
@@ -79,64 +81,14 @@ limitations under the License.
79
81
<build >
80
82
<pluginManagement >
81
83
<plugins >
82
- <plugin >
83
- <groupId >org.apache.maven.plugins</groupId >
84
- <artifactId >maven-enforcer-plugin</artifactId >
85
- <version >3.3.0</version >
86
- </plugin >
87
- <plugin >
88
- <groupId >org.apache.maven.plugins</groupId >
89
- <artifactId >maven-resources-plugin</artifactId >
90
- <version >3.3.1</version >
91
- </plugin >
92
84
<plugin >
93
85
<groupId >org.apache.maven.plugins</groupId >
94
86
<artifactId >maven-surefire-plugin</artifactId >
95
87
<version >3.0.0</version >
96
88
</plugin >
97
- <plugin >
98
- <groupId >org.apache.maven.plugins</groupId >
99
- <artifactId >maven-compiler-plugin</artifactId >
100
- <version >3.11.0</version >
101
- </plugin >
102
89
</plugins >
103
90
</pluginManagement >
104
91
<plugins >
105
- <plugin >
106
- <groupId >org.apache.maven.plugins</groupId >
107
- <artifactId >maven-enforcer-plugin</artifactId >
108
- <executions >
109
- <execution >
110
- <id >enforce-maven</id >
111
- <goals >
112
- <goal >enforce</goal >
113
- </goals >
114
- <configuration >
115
- <rules >
116
- <requireMavenVersion >
117
- <version >3.2.5</version >
118
- <message >This project requires at least Maven 3.2.5</message >
119
- </requireMavenVersion >
120
- </rules >
121
- </configuration >
122
- </execution >
123
- </executions >
124
- </plugin >
125
- <plugin >
126
- <artifactId >maven-compiler-plugin</artifactId >
127
- <executions >
128
- <execution >
129
- <id >default-compile</id >
130
- <goals >
131
- <goal >compile</goal >
132
- </goals >
133
- <configuration >
134
- <source >1.8</source >
135
- <target >1.8</target >
136
- </configuration >
137
- </execution >
138
- </executions >
139
- </plugin >
140
92
<plugin >
141
93
<groupId >org.apache.maven.plugins</groupId >
142
94
<artifactId >maven-scm-publish-plugin</artifactId >
@@ -175,33 +127,4 @@ limitations under the License.
175
127
</plugin >
176
128
</plugins >
177
129
</build >
178
-
179
- <profiles >
180
- <profile >
181
- <id >jdk9+</id >
182
- <activation >
183
- <jdk >[9,)</jdk >
184
- </activation >
185
- <build >
186
- <pluginManagement >
187
- <plugins >
188
- <plugin >
189
- <artifactId >maven-compiler-plugin</artifactId >
190
- <executions >
191
- <execution >
192
- <id >compile-java-9</id >
193
- <goals >
194
- <goal >compile</goal >
195
- </goals >
196
- <configuration >
197
- <release >8</release >
198
- </configuration >
199
- </execution >
200
- </executions >
201
- </plugin >
202
- </plugins >
203
- </pluginManagement >
204
- </build >
205
- </profile >
206
- </profiles >
207
130
</project >
0 commit comments