Skip to content

Commit 3eb6343

Browse files
Bump project version to 3.5.0-SNAPSHOT
1 parent 1cf5c5f commit 3eb6343

File tree

6 files changed

+6
-20
lines changed

6 files changed

+6
-20
lines changed

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,10 @@ More information can be found on [Apache Maven Enforcer Plugin Homepage][enforce
3535
Question related to the usage of the Maven Enforcer Plugin should be posted on
3636
the [Maven User List][users-list].
3737

38-
3938
Where can I get the latest release?
4039
-----------------------------------
4140
You can download release source from our [download page][enforcer-download].
4241

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-
5342
Contributing
5443
------------
5544

@@ -74,17 +63,14 @@ This code is under the [Apache Licence v2][license]
7463

7564
See the `NOTICE` file for required notices and attributions.
7665

77-
7866
Donations
7967
---------
8068
You like Apache Maven? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.
8169

82-
8370
License
8471
-------
8572
[Apache License, Version 2.0, January 2004][license]
8673

87-
8874
[home]: https://maven.apache.org/enforcer/maven-enforcer-plugin
8975
[jira]: https://issues.apache.org/jira/projects/MENFORCER/
9076
[license]: https://www.apache.org/licenses/LICENSE-2.0

enforcer-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.enforcer</groupId>
2626
<artifactId>enforcer</artifactId>
27-
<version>3.4.2-SNAPSHOT</version>
27+
<version>3.5.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>enforcer-api</artifactId>

enforcer-rules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.enforcer</groupId>
2626
<artifactId>enforcer</artifactId>
27-
<version>3.4.2-SNAPSHOT</version>
27+
<version>3.5.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>enforcer-rules</artifactId>

maven-enforcer-extension/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.maven.enforcer</groupId>
2525
<artifactId>enforcer</artifactId>
26-
<version>3.4.2-SNAPSHOT</version>
26+
<version>3.5.0-SNAPSHOT</version>
2727
</parent>
2828
<groupId>org.apache.maven.extensions</groupId>
2929
<artifactId>maven-enforcer-extension</artifactId>

maven-enforcer-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.maven.enforcer</groupId>
2626
<artifactId>enforcer</artifactId>
27-
<version>3.4.2-SNAPSHOT</version>
27+
<version>3.5.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<groupId>org.apache.maven.plugins</groupId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</parent>
2929
<groupId>org.apache.maven.enforcer</groupId>
3030
<artifactId>enforcer</artifactId>
31-
<version>3.4.2-SNAPSHOT</version>
31+
<version>3.5.0-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<name>Apache Maven Enforcer</name>
@@ -81,7 +81,7 @@
8181
<maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
8282
<javaVersion>8</javaVersion>
8383
<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>
8585
<!-- the same as Maven 3.2.5 -->
8686
<aether.version>1.0.0.v20140518</aether.version>
8787

0 commit comments

Comments
 (0)