Skip to content

Commit

Permalink
More missing versions on plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohlski committed Aug 6, 2021
1 parent 411342b commit 824dab3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 3 additions & 5 deletions bitrepository-message-xml-java/pom.xml
Expand Up @@ -45,6 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -61,6 +62,7 @@

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<executions>
<execution>
<id>Extract xsd files</id>
Expand Down Expand Up @@ -148,7 +150,7 @@
<!-- Copies the jaxb bindings definition to the message xsd dir,
in preparation for the xsd -> java class file generation -->
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>copy-resources</id>
Expand All @@ -171,8 +173,4 @@
</plugin>
</plugins>
</build>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
</project>
7 changes: 4 additions & 3 deletions bitrepository-message-xml-xsd/pom.xml
Expand Up @@ -27,6 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -42,12 +43,12 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.0</version>
<version>2.0.0</version>
<configuration>
<generateBundle>true</generateBundle>
<licenseName>lgpl_v2_1</licenseName>
Expand All @@ -63,7 +64,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.8</version>
<version>3.2.0</version>
<executions>
<execution>
<id>parse-version</id>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -56,6 +56,8 @@

<properties>
<additionalparam>-Xdoclint:none</additionalparam>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

</project>

0 comments on commit 824dab3

Please sign in to comment.