Skip to content

Commit

Permalink
#117 Release 1.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
reinert committed Jun 15, 2022
1 parent bf1cf38 commit 318a17f
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ The **requestor-javanet** impl is built with jdk8 and compatible with **Java 8+*
<dependency>
<groupId>io.reinert.requestor.impl</groupId>
<artifactId>requestor-javanet</artifactId>
<version>1.0.0</version>
<version>1.1.0-rc1</version>
</dependency>
```

Expand All @@ -259,7 +259,7 @@ The **requestor-gwt** impl is compatible with **GWT 2.7+** (Java 7+).
<dependency>
<groupId>io.reinert.requestor.impl</groupId>
<artifactId>requestor-gwt</artifactId>
<version>1.0.0</version>
<version>1.1.0-rc1</version>
</dependency>
```

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

### Latest Release

1.0.0 (14 Mar 2022)
1.1.0-rc1 (9 Jun 2022)


## Request Options
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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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&lt;/version&gt;
&#32;&#32;&lt;version&gt;1.1.0-rc1&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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>

<name>Requestor</name>
<description>Request like a boss.</description>
Expand Down Expand Up @@ -83,7 +83,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>HEAD</tag>
<tag>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

<artifactId>requestor-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/core/requestor-core/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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

<artifactId>requestor-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* <p>Link header element.</p>
*
* <p>It parses a single link value from a link header and fills the {@link Link} properties accordingly.</p
* <p>It parses a single link value from a link header and fills the {@link Link} properties accordingly.</p>
*
* @author Danilo Reinert
*/
Expand Down
2 changes: 1 addition & 1 deletion requestor/core/requestor-java/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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

<artifactId>requestor-java</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

<artifactId>requestor-autobean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/ext/requestor-gson/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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

<artifactId>requestor-gson</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

<artifactId>requestor-gwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion requestor/impl/requestor-javanet/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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

<artifactId>requestor-javanet</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</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.1.0-SNAPSHOT</version>
<version>1.1.0-rc1</version>
</parent>

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

0 comments on commit 318a17f

Please sign in to comment.