Skip to content

Commit 71b2887

Browse files
committed
Release 1.0.0
1 parent 80fff5d commit 71b2887

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Add the following requestor impl dependency to your POM.
188188
<dependency>
189189
<groupId>io.reinert.requestor.impl</groupId>
190190
<artifactId>requestor-gwt</artifactId>
191-
<version>1.0.0-rc2</version>
191+
<version>1.0.0</version>
192192
</dependency>
193193
```
194194

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

207207
### Latest Release
208208

209-
1.0.0-rc2 (22 Dec 2021)
209+
1.0.0 (14 Mar 2022)
210210

211211

212212
## Yet another REST Client library?

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.reinert.requestor</groupId>
2323
<artifactId>requestor-project</artifactId>
24-
<version>1.0.0-rc2</version>
24+
<version>1.0.0</version>
2525
</parent>
2626

2727
<packaging>pom</packaging>

examples/requestor-showcase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.reinert.requestor.examples</groupId>
2323
<artifactId>requestor-examples-parent</artifactId>
24-
<version>1.0.0-rc2</version>
24+
<version>1.0.0</version>
2525
</parent>
2626

2727
<artifactId>requestor-showcase</artifactId>

examples/requestor-showcase/src/main/java/io/reinert/requestor/examples/showcase/ui/GettingStarted.ui.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<br/>
3636
&#32;&#32;&lt;artifactId&gt;requestor-gwt&lt;/artifactId&gt;
3737
<br/>
38-
&#32;&#32;&lt;version&gt;1.0.0-rc2&lt;/version&gt;
38+
&#32;&#32;&lt;version&gt;1.0.0&lt;/version&gt;
3939
<br/>
4040
&lt;/dependency&gt;
4141
</code>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>io.reinert.requestor</groupId>
2929
<artifactId>requestor-project</artifactId>
30-
<version>1.0.0-rc2</version>
30+
<version>1.0.0</version>
3131

3232
<name>Requestor</name>
3333
<description>Request like a boss.</description>
@@ -82,7 +82,7 @@
8282
<connection>scm:git:ssh://github.com/reinert/requestor.git</connection>
8383
<developerConnection>scm:git:ssh://git@github.com/reinert/requestor.git</developerConnection>
8484
<url>https://github.com/reinert/requestor</url>
85-
<tag>1.0.0-rc2</tag>
85+
<tag>1.0.0</tag>
8686
</scm>
8787

8888
<issueManagement>

requestor/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.reinert.requestor</groupId>
2323
<artifactId>requestor-parent</artifactId>
24-
<version>1.0.0-rc2</version>
24+
<version>1.0.0</version>
2525
</parent>
2626

2727
<packaging>pom</packaging>

requestor/core/requestor-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.reinert.requestor.core</groupId>
2424
<artifactId>requestor-core-parent</artifactId>
25-
<version>1.0.0-rc2</version>
25+
<version>1.0.0</version>
2626
</parent>
2727

2828
<artifactId>requestor-annotations</artifactId>

requestor/core/requestor-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.reinert.requestor.core</groupId>
2424
<artifactId>requestor-core-parent</artifactId>
25-
<version>1.0.0-rc2</version>
25+
<version>1.0.0</version>
2626
</parent>
2727

2828
<artifactId>requestor-api</artifactId>

requestor/ext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.reinert.requestor</groupId>
2323
<artifactId>requestor-parent</artifactId>
24-
<version>1.0.0-rc2</version>
24+
<version>1.0.0</version>
2525
</parent>
2626

2727
<packaging>pom</packaging>

requestor/ext/requestor-autobean/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.reinert.requestor.ext</groupId>
2424
<artifactId>requestor-ext-parent</artifactId>
25-
<version>1.0.0-rc2</version>
25+
<version>1.0.0</version>
2626
</parent>
2727

2828
<artifactId>requestor-autobean</artifactId>

0 commit comments

Comments
 (0)