File tree 6 files changed +6
-20
lines changed
6 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -35,21 +35,10 @@ More information can be found on [Apache Maven Enforcer Plugin Homepage][enforce
35
35
Question related to the usage of the Maven Enforcer Plugin should be posted on
36
36
the [ Maven User List] [ users-list ] .
37
37
38
-
39
38
Where can I get the latest release?
40
39
-----------------------------------
41
40
You can download release source from our [ download page] [ enforcer-download ] .
42
41
43
- You can get the Maven Enforcer plugin via the following coordinates from central:
44
-
45
- ``` xml
46
- <plugin >
47
- <groupId >org.apache.maven.plugins</groupId >
48
- <artifactId >maven-enforcer-plugin</artifactId >
49
- <version >3.2.1</version >
50
- </plugin >
51
- ```
52
-
53
42
Contributing
54
43
------------
55
44
@@ -74,17 +63,14 @@ This code is under the [Apache Licence v2][license]
74
63
75
64
See the ` NOTICE ` file for required notices and attributions.
76
65
77
-
78
66
Donations
79
67
---------
80
68
You like Apache Maven? Then [ donate back to the ASF] ( https://www.apache.org/foundation/contributing.html ) to support the development.
81
69
82
-
83
70
License
84
71
-------
85
72
[ Apache License, Version 2.0, January 2004] [ license ]
86
73
87
-
88
74
[ home ] : https://maven.apache.org/enforcer/maven-enforcer-plugin
89
75
[ jira ] : https://issues.apache.org/jira/projects/MENFORCER/
90
76
[ license ] : https://www.apache.org/licenses/LICENSE-2.0
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.4.2 -SNAPSHOT</version >
27
+ <version >3.5.0 -SNAPSHOT</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.4.2 -SNAPSHOT</version >
27
+ <version >3.5.0 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >enforcer-rules</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.maven.enforcer</groupId >
25
25
<artifactId >enforcer</artifactId >
26
- <version >3.4.2 -SNAPSHOT</version >
26
+ <version >3.5.0 -SNAPSHOT</version >
27
27
</parent >
28
28
<groupId >org.apache.maven.extensions</groupId >
29
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.4.2 -SNAPSHOT</version >
27
+ <version >3.5.0 -SNAPSHOT</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.4.2 -SNAPSHOT</version >
31
+ <version >3.5.0 -SNAPSHOT</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<name >Apache Maven Enforcer</name >
81
81
<maven .site.path>enforcer-archives/enforcer-LATEST</maven .site.path>
82
82
<javaVersion >8</javaVersion >
83
83
<mockito .version>4.11.0</mockito .version>
84
- <project .build.outputTimestamp>2023-09-07T17:27:52Z </project .build.outputTimestamp>
84
+ <project .build.outputTimestamp>2024-05-26T08:52:43Z </project .build.outputTimestamp>
85
85
<!-- the same as Maven 3.2.5 -->
86
86
<aether .version>1.0.0.v20140518</aether .version>
87
87
You can’t perform that action at this time.
0 commit comments