Skip to content

Commit

Permalink
[2.0] Update to Maven 3 API
Browse files Browse the repository at this point in the history
  • Loading branch information
md-5 committed Sep 20, 2023
1 parent fbe7b39 commit f1d2613
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 650 deletions.
29 changes: 5 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>net.md-5</groupId>
<artifactId>specialsource-maven-plugin</artifactId>
<version>1.2.6-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>SpecialSourceMP</name>

Expand All @@ -27,14 +27,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mavenPluginVersion>3.5</mavenPluginVersion>
<mavenVersion>3.0</mavenVersion>
<mavenVersion>3.2.5</mavenVersion>
</properties>

<dependencies>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>SpecialSource</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -43,39 +43,20 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${mavenPluginVersion}</version>
<scope>provided</scope>
</dependency>
<!-- Plexus -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-digest</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit f1d2613

Please sign in to comment.