Skip to content

Commit 318a17f

Browse files
committed
#117 Release 1.1.0-rc1
1 parent bf1cf38 commit 318a17f

File tree

21 files changed

+24
-24
lines changed

21 files changed

+24
-24
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The **requestor-javanet** impl is built with jdk8 and compatible with **Java 8+*
244244
<dependency>
245245
<groupId>io.reinert.requestor.impl</groupId>
246246
<artifactId>requestor-javanet</artifactId>
247-
<version>1.0.0</version>
247+
<version>1.1.0-rc1</version>
248248
</dependency>
249249
```
250250

@@ -259,7 +259,7 @@ The **requestor-gwt** impl is compatible with **GWT 2.7+** (Java 7+).
259259
<dependency>
260260
<groupId>io.reinert.requestor.impl</groupId>
261261
<artifactId>requestor-gwt</artifactId>
262-
<version>1.0.0</version>
262+
<version>1.1.0-rc1</version>
263263
</dependency>
264264
```
265265

@@ -282,7 +282,7 @@ Get involved and make Requestor better by entering our [community chat](#resourc
282282

283283
### Latest Release
284284

285-
1.0.0 (14 Mar 2022)
285+
1.1.0-rc1 (9 Jun 2022)
286286

287287

288288
## Request Options

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.1.0-SNAPSHOT</version>
24+
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
24+
<version>1.1.0-rc1</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&lt;/version&gt;
38+
&#32;&#32;&lt;version&gt;1.1.0-rc1&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.1.0-SNAPSHOT</version>
30+
<version>1.1.0-rc1</version>
3131

3232
<name>Requestor</name>
3333
<description>Request like a boss.</description>
@@ -83,7 +83,7 @@
8383
<connection>scm:git:ssh://github.com/reinert/requestor.git</connection>
8484
<developerConnection>scm:git:ssh://git@github.com/reinert/requestor.git</developerConnection>
8585
<url>https://github.com/reinert/requestor</url>
86-
<tag>HEAD</tag>
86+
<tag>1.1.0-rc1</tag>
8787
</scm>
8888

8989
<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.1.0-SNAPSHOT</version>
24+
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
25+
<version>1.1.0-rc1</version>
2626
</parent>
2727

2828
<artifactId>requestor-annotations</artifactId>

requestor/core/requestor-core/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.1.0-SNAPSHOT</version>
25+
<version>1.1.0-rc1</version>
2626
</parent>
2727

2828
<artifactId>requestor-core</artifactId>

requestor/core/requestor-core/src/main/java/io/reinert/requestor/core/header/LinkElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* <p>Link header element.</p>
2323
*
24-
* <p>It parses a single link value from a link header and fills the {@link Link} properties accordingly.</p
24+
* <p>It parses a single link value from a link header and fills the {@link Link} properties accordingly.</p>
2525
*
2626
* @author Danilo Reinert
2727
*/

requestor/core/requestor-java/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.1.0-SNAPSHOT</version>
25+
<version>1.1.0-rc1</version>
2626
</parent>
2727

2828
<artifactId>requestor-java</artifactId>

0 commit comments

Comments
 (0)