Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Release 1.12.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
obfischer committed Mar 22, 2022
1 parent 7821d67 commit 071457a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>parent</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0-M1</version>
<relativePath/>
</parent>

<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>m2repo</artifactId>
<version>1.12.0-SNAPSHOT</version>
<version>1.12.0-M1</version>

<name>jQAssistant Maven 2 Repository Plugin</name>
<url>http://jqassistant.org/</url>
Expand Down Expand Up @@ -40,9 +40,9 @@
</scm>

<properties>
<jqa-java-plugin.version>1.12.0-SNAPSHOT</jqa-java-plugin.version>
<jqa-maven3-plugin.version>1.12.0-SNAPSHOT</jqa-maven3-plugin.version>
<jqa-plugin-common.version>1.12.0-SNAPSHOT</jqa-plugin-common.version>
<jqa-java-plugin.version>1.12.0-M1</jqa-java-plugin.version>
<jqa-maven3-plugin.version>1.12.0-M1</jqa-maven3-plugin.version>
<jqa-plugin-common.version>1.12.0-M1</jqa-plugin-common.version>
<org.apache.maven.version>3.5.0</org.apache.maven.version>
<org.apache.maven.resolver.version>1.7.3</org.apache.maven.resolver.version>
<org.apache.maven.wagon.version>3.5.1</org.apache.maven.wagon.version>
Expand Down Expand Up @@ -331,4 +331,4 @@
</repository>
</repositories>

</project>
</project>

0 comments on commit 071457a

Please sign in to comment.