Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reinert committed Mar 14, 2022
1 parent 80fff5d commit 71b2887
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Add the following requestor impl dependency to your POM.
<dependency>
<groupId>io.reinert.requestor.impl</groupId>
<artifactId>requestor-gwt</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</dependency>
```

Expand All @@ -206,7 +206,7 @@ GWT environment. The **requestor-gwt** impl is compatible with any GWT2 version

### Latest Release

1.0.0-rc2 (22 Dec 2021)
1.0.0 (14 Mar 2022)


## Yet another REST Client library?
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/requestor-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor.examples</groupId>
<artifactId>requestor-examples-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-showcase</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<br/>
&#32;&#32;&lt;artifactId&gt;requestor-gwt&lt;/artifactId&gt;
<br/>
&#32;&#32;&lt;version&gt;1.0.0-rc2&lt;/version&gt;
&#32;&#32;&lt;version&gt;1.0.0&lt;/version&gt;
<br/>
&lt;/dependency&gt;
</code>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>

<name>Requestor</name>
<description>Request like a boss.</description>
Expand Down Expand Up @@ -82,7 +82,7 @@
<connection>scm:git:ssh://github.com/reinert/requestor.git</connection>
<developerConnection>scm:git:ssh://git@github.com/reinert/requestor.git</developerConnection>
<url>https://github.com/reinert/requestor</url>
<tag>1.0.0-rc2</tag>
<tag>1.0.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion requestor/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion requestor/core/requestor-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.core</groupId>
<artifactId>requestor-core-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/core/requestor-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.core</groupId>
<artifactId>requestor-core-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/requestor-autobean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.ext</groupId>
<artifactId>requestor-ext-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-autobean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/requestor-gwtjackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.ext</groupId>
<artifactId>requestor-ext-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-gwtjackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/requestor-oauth2gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.ext</groupId>
<artifactId>requestor-ext-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-oauth2gwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion requestor/impl/requestor-gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.reinert.requestor.impl</groupId>
<artifactId>requestor-impl-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-gwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor</groupId>
<artifactId>requestor-project</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tools/requestor-checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.reinert.requestor.tools</groupId>
<artifactId>requestor-tools-parent</artifactId>
<version>1.0.0-rc2</version>
<version>1.0.0</version>
</parent>

<artifactId>requestor-checkstyle</artifactId>
Expand Down

0 comments on commit 71b2887

Please sign in to comment.