Skip to content

Commit 4311ad5

Browse files
committed
Bump for release 1.0
1 parent 712baa0 commit 4311ad5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

gson-adapter/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<artifactId>java11-oss</artifactId>
56
<groupId>org.avaje</groupId>
6-
<version>2.2</version>
7+
<version>2.3</version>
78
</parent>
89

9-
<modelVersion>4.0.0</modelVersion>
10-
1110
<groupId>io.avaje</groupId>
1211
<artifactId>avaje-http-client-gson</artifactId>
13-
<version>0.11-SNAPSHOT</version>
12+
<version>1.0</version>
1413

1514
<scm>
1615
<developerConnection>scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection>
@@ -28,7 +27,7 @@
2827
<dependency>
2928
<groupId>io.avaje</groupId>
3029
<artifactId>avaje-http-client</artifactId>
31-
<version>0.10</version>
30+
<version>1.0</version>
3231
<scope>provided</scope>
3332
</dependency>
3433

0 commit comments

Comments
 (0)