Skip to content

Commit a44a1ae

Browse files
[maven-release-plugin] prepare release 3.0-m1
1 parent e053b6b commit a44a1ae

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2222
<groupId>org.eclipse.microprofile.rest.client</groupId>
2323
<artifactId>microprofile-rest-client-parent</artifactId>
24-
<version>3.0-SNAPSHOT</version>
24+
<version>3.0-m1</version>
2525
</parent>
2626

2727
<artifactId>microprofile-rest-client-api</artifactId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.eclipse.microprofile.rest.client</groupId>
2828
<artifactId>microprofile-rest-client-parent</artifactId>
29-
<version>3.0-SNAPSHOT</version>
29+
<version>3.0-m1</version>
3030
<packaging>pom</packaging>
3131
<name>MicroProfile Rest Client</name>
3232
<description>Typesafe Rest Client APIs for MicroProfile</description>
@@ -79,7 +79,7 @@
7979
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
8080
<developerConnection>scm:git:[email protected]:eclipse/microprofile-rest-client.git</developerConnection>
8181
<url>https://github.com/eclipse/microprofile-rest-client</url>
82-
<tag>HEAD</tag>
82+
<tag>3.0-m1</tag>
8383
</scm>
8484

8585
<distributionManagement>
@@ -232,14 +232,14 @@
232232
<property name="fileExtensions" value="java" />
233233
</module>
234234
<module name="FileTabCharacter">
235-
<property name="eachLine" value="false"/>
235+
<property name="eachLine" value="false" />
236236
</module>
237237
<module name="LineLengthCheck">
238238
<property name="max" value="150" />
239239
<property name="ignorePattern" value="@version|@see" />
240240
</module>
241241
<module name="TreeWalker">
242-
<module name="SuppressionCommentFilter"/>
242+
<module name="SuppressionCommentFilter" />
243243
<module name="ConstantName">
244244
<property name="format" value="^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*))$" />
245245
</module>

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.rest.client</groupId>
2222
<artifactId>microprofile-rest-client-parent</artifactId>
23-
<version>3.0-SNAPSHOT</version>
23+
<version>3.0-m1</version>
2424
</parent>
2525

2626
<artifactId>microprofile-rest-client-spec</artifactId>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2222
<groupId>org.eclipse.microprofile.rest.client</groupId>
2323
<artifactId>microprofile-rest-client-parent</artifactId>
24-
<version>3.0-SNAPSHOT</version>
24+
<version>3.0-m1</version>
2525
</parent>
2626

2727
<artifactId>microprofile-rest-client-tck</artifactId>

0 commit comments

Comments
 (0)