File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.maven.enforcer</groupId >
26
26
<artifactId >enforcer</artifactId >
27
- <version >3.0.0-M4-SNAPSHOT </version >
27
+ <version >3.0.0</version >
28
28
</parent >
29
29
30
30
<artifactId >enforcer-api</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.maven.enforcer</groupId >
26
26
<artifactId >enforcer</artifactId >
27
- <version >3.0.0-M4-SNAPSHOT </version >
27
+ <version >3.0.0</version >
28
28
</parent >
29
29
30
30
<artifactId >enforcer-rules</artifactId >
Original file line number Diff line number Diff line change 18
18
* under the License.
19
19
*
20
20
-->
21
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
22
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
21
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
24
22
<modelVersion >4.0.0</modelVersion >
25
23
<parent >
26
24
<groupId >org.apache.maven.enforcer</groupId >
27
25
<artifactId >enforcer</artifactId >
28
- <version >3.0.0-M4-SNAPSHOT </version >
26
+ <version >3.0.0</version >
29
27
</parent >
30
28
<groupId >org.apache.maven.extensions</groupId >
31
29
<artifactId >maven-enforcer-extension</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.apache.maven.enforcer</groupId >
26
26
<artifactId >enforcer</artifactId >
27
- <version >3.0.0-M4-SNAPSHOT </version >
27
+ <version >3.0.0</version >
28
28
</parent >
29
29
30
30
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 28
28
</parent >
29
29
<groupId >org.apache.maven.enforcer</groupId >
30
30
<artifactId >enforcer</artifactId >
31
- <version >3.0.0-M4-SNAPSHOT </version >
31
+ <version >3.0.0</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<name >Apache Maven Enforcer</name >
47
47
<connection >scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</connection >
48
48
<developerConnection >scm:git:https://gitbox.apache.org/repos/asf/maven-enforcer.git</developerConnection >
49
49
<url >https://github.com/apache/maven-enforcer/tree/${project.scm.tag} </url >
50
- <tag >HEAD </tag >
50
+ <tag >enforcer-3.0.0 </tag >
51
51
</scm >
52
52
<issueManagement >
53
53
<system >jira</system >
68
68
<maven .version>3.1.1</maven .version>
69
69
<maven .site.path>enforcer-archives/enforcer-LATEST</maven .site.path>
70
70
<javaVersion >8</javaVersion >
71
- <project .build.outputTimestamp>2020-04-17T21:04:00Z </project .build.outputTimestamp>
71
+ <project .build.outputTimestamp>2021-07-26T21:03:49Z </project .build.outputTimestamp>
72
72
</properties >
73
73
74
74
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments