@@ -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 in Maven 3.</description >
31
+ <url >https://codehaus-plexus.github.io/plexus-xml/</url >
31
32
32
33
<scm >
33
- <connection >scm:git:git@ github.com: codehaus-plexus/plexus-xml.git</connection >
34
- <developerConnection >scm:git:git@ github.com: codehaus-plexus/plexus-xml.git</developerConnection >
34
+ <connection >scm:git:https:// github.com/ codehaus-plexus/plexus-xml.git</connection >
35
+ <developerConnection >scm:git:https:// github.com/ codehaus-plexus/plexus-xml.git</developerConnection >
35
36
<tag >3.x</tag >
36
- <url >http ://github.com/codehaus-plexus/plexus-xml</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 >
@@ -47,7 +48,8 @@ limitations under the License.
47
48
</distributionManagement >
48
49
49
50
<properties >
50
- <project .build.outputTimestamp>2023-03-02T01:23:19Z</project .build.outputTimestamp>
51
+ <project .build.outputTimestamp>2023-05-22T15:08:30Z</project .build.outputTimestamp>
52
+ <javaVersion >8</javaVersion >
51
53
</properties >
52
54
53
55
<dependencies >
@@ -80,64 +82,14 @@ limitations under the License.
80
82
<build >
81
83
<pluginManagement >
82
84
<plugins >
83
- <plugin >
84
- <groupId >org.apache.maven.plugins</groupId >
85
- <artifactId >maven-enforcer-plugin</artifactId >
86
- <version >3.3.0</version >
87
- </plugin >
88
- <plugin >
89
- <groupId >org.apache.maven.plugins</groupId >
90
- <artifactId >maven-resources-plugin</artifactId >
91
- <version >3.3.1</version >
92
- </plugin >
93
85
<plugin >
94
86
<groupId >org.apache.maven.plugins</groupId >
95
87
<artifactId >maven-surefire-plugin</artifactId >
96
88
<version >3.0.0</version >
97
89
</plugin >
98
- <plugin >
99
- <groupId >org.apache.maven.plugins</groupId >
100
- <artifactId >maven-compiler-plugin</artifactId >
101
- <version >3.11.0</version >
102
- </plugin >
103
90
</plugins >
104
91
</pluginManagement >
105
92
<plugins >
106
- <plugin >
107
- <groupId >org.apache.maven.plugins</groupId >
108
- <artifactId >maven-enforcer-plugin</artifactId >
109
- <executions >
110
- <execution >
111
- <id >enforce-maven</id >
112
- <goals >
113
- <goal >enforce</goal >
114
- </goals >
115
- <configuration >
116
- <rules >
117
- <requireMavenVersion >
118
- <version >3.2.5</version >
119
- <message >This project requires at least Maven 3.2.5</message >
120
- </requireMavenVersion >
121
- </rules >
122
- </configuration >
123
- </execution >
124
- </executions >
125
- </plugin >
126
- <plugin >
127
- <artifactId >maven-compiler-plugin</artifactId >
128
- <executions >
129
- <execution >
130
- <id >default-compile</id >
131
- <goals >
132
- <goal >compile</goal >
133
- </goals >
134
- <configuration >
135
- <source >1.8</source >
136
- <target >1.8</target >
137
- </configuration >
138
- </execution >
139
- </executions >
140
- </plugin >
141
93
<plugin >
142
94
<groupId >org.apache.maven.plugins</groupId >
143
95
<artifactId >maven-scm-publish-plugin</artifactId >
@@ -176,33 +128,4 @@ limitations under the License.
176
128
</plugin >
177
129
</plugins >
178
130
</build >
179
-
180
- <profiles >
181
- <profile >
182
- <id >jdk9+</id >
183
- <activation >
184
- <jdk >[9,)</jdk >
185
- </activation >
186
- <build >
187
- <pluginManagement >
188
- <plugins >
189
- <plugin >
190
- <artifactId >maven-compiler-plugin</artifactId >
191
- <executions >
192
- <execution >
193
- <id >compile-java-9</id >
194
- <goals >
195
- <goal >compile</goal >
196
- </goals >
197
- <configuration >
198
- <release >8</release >
199
- </configuration >
200
- </execution >
201
- </executions >
202
- </plugin >
203
- </plugins >
204
- </pluginManagement >
205
- </build >
206
- </profile >
207
- </profiles >
208
131
</project >
0 commit comments