Skip to content

Commit

Permalink
Bump to Maven beta-3
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Nov 2, 2024
1 parent f18c942 commit 40a8f69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion asciidoctor-maven-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,21 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-xml</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<version>${maven.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.java.version>11</project.java.version>
<maven.version>3.9.9</maven.version>
<maven.version>>4.0.0-beta-3</maven.version>
<doxia.version>2.0.0</doxia.version>
<doxia.sitetools.version>2.0.0</doxia.sitetools.version>
<plexus-component-metadata.version>2.2.0</plexus-component-metadata.version>
Expand Down

0 comments on commit 40a8f69

Please sign in to comment.