Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert partial changes from failed 4.0 final jenkins build #392

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>4.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-rest-client-api</artifactId>
Expand Down
4 changes: 2 additions & 2 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>4.0</version>
<version>4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile Rest Client</name>
<description>Typesafe Rest Client APIs for MicroProfile</description>
Expand Down Expand Up @@ -74,7 +74,7 @@
<connection>scm:git:https://github.com/eclipse/microprofile-rest-client.git</connection>
<developerConnection>scm:git:[email protected]:eclipse/microprofile-rest-client.git</developerConnection>
<url>https://github.com/eclipse/microprofile-rest-client</url>
<tag>4.0</tag>
<tag>HEAD</tag>
</scm>


Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<!-- 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>4.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-rest-client-spec</artifactId>
<packaging>pom</packaging>
<name>MicroProfile Rest Client Specification</name>
<description>Typesafe Rest Client APIs for MicroProfile :: Specification</description>

</project>
</project>
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>4.0</version>
<version>4.1-SNAPSHOT</version>
</parent>

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