Skip to content

Commit

Permalink
Updated parent-pom which provided a lot of the versions of last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohlski committed Aug 6, 2021
1 parent 824dab3 commit 4ee4b1e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion bitrepository-message-xml-java/pom.xml
Expand Up @@ -45,7 +45,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
2 changes: 0 additions & 2 deletions bitrepository-message-xml-xsd/pom.xml
Expand Up @@ -27,7 +27,6 @@
<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 @@ -43,7 +42,6 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.sbforge</groupId>
<artifactId>sbforge-parent</artifactId>
<version>18</version>
<version>22</version>
</parent>

<groupId>org.bitrepository</groupId>
Expand Down Expand Up @@ -56,8 +56,6 @@

<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 4ee4b1e

Please sign in to comment.