Skip to content

Commit 9d1110d

Browse files
committed
Bump for release 1.0
1 parent 8c48dc0 commit 9d1110d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

client/pom.xml

Lines changed: 3 additions & 4 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</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>

0 commit comments

Comments
 (0)