Skip to content

Commit

Permalink
#127 [root] Release 1.1.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
reinert committed Jun 19, 2022
1 parent f94ff67 commit b274af3
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,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.1.0-rc2</version>
<version>1.1.0-rc3</version>
</dependency>
```

Expand All @@ -260,7 +260,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.1.0-rc2</version>
<version>1.1.0-rc3</version>
</dependency>
```

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

### Latest Release

1.1.0-rc2 (16 Jun 2022)
1.1.0-rc3 (19 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-rc3</version>
</parent>

<packaging>pom</packaging>
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.1.0-rc2&lt;/version&gt;
&#32;&#32;&lt;version&gt;1.1.0-rc3&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-rc3</version>

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

<artifactId>requestor-core</artifactId>
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-rc3</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-rc3</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-rc3</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-rc3</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-rc3</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-rc3</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-rc3</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-rc3</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-rc3</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-rc3</version>
</parent>

<packaging>pom</packaging>
Expand Down

0 comments on commit b274af3

Please sign in to comment.