Skip to content

Commit

Permalink
Bump master to 4.0.0-M1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed May 4, 2024
1 parent bbab747 commit 52cc7fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maven-jxr-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.jxr</groupId>
<artifactId>jxr</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>4.0.0-M1-SNAPSHOT</version>
</parent>

<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-jxr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven.jxr</groupId>
<artifactId>jxr</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>4.0.0-M1-SNAPSHOT</version>
</parent>

<groupId>org.apache.maven</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ under the License.

<groupId>org.apache.maven.jxr</groupId>
<artifactId>jxr</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>4.0.0-M1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Maven JXR Parent</name>
Expand Down Expand Up @@ -81,7 +81,7 @@ under the License.
<javadocPluginVersion>3.6.3</javadocPluginVersion>
<maven.site.path>jxr-archives/jxr-LATEST</maven.site.path>
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
<project.build.outputTimestamp>2023-12-26T19:03:53Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-26T21:06:44Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 52cc7fa

Please sign in to comment.