Skip to content

Commit

Permalink
Update plugin pom.xml to include prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Apr 20, 2024
1 parent 17b5e54 commit 6b81536
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion protobuf-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@
<artifactId>protobuf-maven-plugin-parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> <artifactId>protobuf-maven-plugin</artifactId>
</parent>

<artifactId>protobuf-maven-plugin</artifactId>
<name>Protobuf Maven Plugin</name>
<description>Generates compilable sources from Protobuf definitions.</description>
<packaging>maven-plugin</packaging>

<prerequisites>
<maven>3.8.2</maven>
</prerequisites>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6b81536

Please sign in to comment.