Skip to content

Commit 737198a

Browse files
committed
#143 [root] Release 1.2.1
1 parent d18bd38 commit 737198a

File tree

18 files changed

+20
-20
lines changed

18 files changed

+20
-20
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ The **requestor-javanet** impl is built with jdk8 and compatible with **Java 8+*
265265
<dependency>
266266
<groupId>io.reinert.requestor.impl</groupId>
267267
<artifactId>requestor-javanet</artifactId>
268-
<version>1.2.0</version>
268+
<version>1.2.1</version>
269269
</dependency>
270270
```
271271

@@ -280,7 +280,7 @@ The **requestor-gwt** impl is compatible with **GWT 2.7+** (Java 7+).
280280
<dependency>
281281
<groupId>io.reinert.requestor.impl</groupId>
282282
<artifactId>requestor-gwt</artifactId>
283-
<version>1.2.0</version>
283+
<version>1.2.1</version>
284284
</dependency>
285285
```
286286

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

304304
### Latest Release
305305

306-
1.2.0 (1 Oct 2022)
306+
1.2.1 (12 Oct 2022)
307307

308308

309309
## 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.3.0-SNAPSHOT</version>
24+
<version>1.2.1</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.3.0-SNAPSHOT</version>
24+
<version>1.2.1</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.2.0&lt;/version&gt;
38+
&#32;&#32;&lt;version&gt;1.2.1&lt;/version&gt;
3939
<br/>
4040
&lt;/dependency&gt;
4141
</code>

pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT</version>
30+
<version>1.2.1</version>
3131

3232
<name>Requestor</name>
3333
<description>Request like a boss.</description>

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.3.0-SNAPSHOT</version>
24+
<version>1.2.1</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.3.0-SNAPSHOT</version>
25+
<version>1.2.1</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.3.0-SNAPSHOT</version>
25+
<version>1.2.1</version>
2626
</parent>
2727

2828
<artifactId>requestor-core</artifactId>

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.3.0-SNAPSHOT</version>
25+
<version>1.2.1</version>
2626
</parent>
2727

2828
<artifactId>requestor-java</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.3.0-SNAPSHOT</version>
24+
<version>1.2.1</version>
2525
</parent>
2626

2727
<packaging>pom</packaging>

0 commit comments

Comments
 (0)