Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-microprofile-bot committed Aug 10, 2021
1 parent e053b6b commit a44a1ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-m1</version>
</parent>

<artifactId>microprofile-rest-client-api</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-m1</version>
<packaging>pom</packaging>
<name>MicroProfile Rest Client</name>
<description>Typesafe Rest Client APIs for MicroProfile</description>
Expand Down Expand Up @@ -79,7 +79,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
<developerConnection>scm:git:git@github.com:eclipse/microprofile-rest-client.git</developerConnection>
<url>https://github.com/eclipse/microprofile-rest-client</url>
<tag>HEAD</tag>
<tag>3.0-m1</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -232,14 +232,14 @@
<property name="fileExtensions" value="java" />
</module>
<module name="FileTabCharacter">
<property name="eachLine" value="false"/>
<property name="eachLine" value="false" />
</module>
<module name="LineLengthCheck">
<property name="max" value="150" />
<property name="ignorePattern" value="@version|@see" />
</module>
<module name="TreeWalker">
<module name="SuppressionCommentFilter"/>
<module name="SuppressionCommentFilter" />
<module name="ConstantName">
<property name="format" value="^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$" />
</module>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-m1</version>
</parent>

<artifactId>microprofile-rest-client-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-m1</version>
</parent>

<artifactId>microprofile-rest-client-tck</artifactId>
Expand Down

0 comments on commit a44a1ae

Please sign in to comment.