Skip to content

Commit

Permalink
#143 [root] Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reinert committed Oct 12, 2022
1 parent d18bd38 commit 737198a
Show file tree
Hide file tree
Showing 18 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 @@ -265,7 +265,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.2.0</version>
<version>1.2.1</version>
</dependency>
```

Expand All @@ -280,7 +280,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.2.0</version>
<version>1.2.1</version>
</dependency>
```

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

### Latest Release

1.2.0 (1 Oct 2022)
1.2.1 (12 Oct 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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.2.0&lt;/version&gt;
&#32;&#32;&lt;version&gt;1.2.1&lt;/version&gt;
<br/>
&lt;/dependency&gt;
</code>
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0-SNAPSHOT</version>
<version>1.2.1</version>

<name>Requestor</name>
<description>Request like a boss.</description>
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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</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.3.0-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<packaging>pom</packaging>
Expand Down

0 comments on commit 737198a

Please sign in to comment.