8000 [maven-release-plugin] prepare for next development iteration · elffy/async-http-client@f2f96db · GitHub
[go: up one dir, main page]

Skip to content

File tree

12 files changed

+12
-12
lines changed
  • rxjava
  • simple
  • netty-bp
  • 12 files changed

    +12
    -12
    lines changed

    client/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    <parent>
    33
    <groupId>org.asynchttpclient</groupId>
    44
    <artifactId>async-http-client-project</artifactId>
    5-
    <version>2.0.0-RC7</version>
    5+
    <version>2.0.0-RC8-SNAPSHOT</version>
    66
    </parent>
    77
    <modelVersion>4.0.0</modelVersion>
    88
    <artifactId>async-http-client</artifactId>

    extras/guava/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    <parent>
    33
    <groupId>org.asynchttpclient</groupId>
    44
    <artifactId>async-http-client-extras-parent</artifactId>
    5-
    <version>2.0.0-RC7</version>
    5+
    <version>2.0.0-RC8-SNAPSHOT</version>
    66
    </parent>
    77
    <modelVersion>4.0.0</modelVersion>
    88
    <artifactId>async-http-client-extras-guava</artifactId>

    extras/jdeferred/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -18,7 +18,7 @@
    1818
    <parent>
    1919
    <artifactId>async-http-client-extras-parent</artifactId>
    2020
    <groupId>org.asynchttpclient</groupId>
    21-
    <version>2.0.0-RC7</version>
    21+
    <version>2.0.0-RC8-SNAPSHOT</version>
    2222
    </parent>
    2323
    <artifactId>async-http-client-extras-jdeferred</artifactId>
    2424
    <name>Asynchronous Http Client JDeferred Extras</name>

    extras/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    <parent>
    33
    <groupId>org.asynchttpclient</groupId>
    44
    <artifactId>async-http-client-project</artifactId>
    5-
    <version>2.0.0-RC7</version>
    5+
    <version>2.0.0-RC8-SNAPSHOT</version>
    66
    </parent>
    77
    <modelVersion>4.0.0</modelVersion>
    88
    <artifactId>async-http-client-extras-parent</artifactId>

    extras/registry/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    <parent>
    33
    <groupId>org.asynchttpclient</groupId>
    44
    <artifactId>async-http-client-extras-parent</artifactId>
    5-
    <version>2.0.0-RC7</version>
    5+
    <version>2.0.0-RC8-SNAPSHOT</version>
    66
    </parent>
    77
    <modelVersion>4.0.0</modelVersion>
    88
    <artifactId>async-http-client-extras-registry</artifactId>

    extras/rxjava/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    <parent>
    44
    <artifactId>async-http-client-extras-parent</artifactId>
    55
    <groupId>org.asynchttpclient</groupId>
    6-
    <version>2.0.0-RC7</version>
    6+
    <version>2.0.0-RC8-SNAPSHOT</version>
    77
    </parent>
    88
    <artifactId>async-http-client-extras-rxjava</artifactId>
    99
    <name>Asynchronous Http Client RxJava Extras</name>

    extras/simple/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    <parent>
    44
    <artifactId>async-http-client-extras-parent</artifactId>
    55
    <groupId>org.asynchttpclient</groupId>
    6-
    <version>2.0.0-RC7</version>
    6+
    <version>2.0.0-RC8-SNAPSHOT</version>
    77
    </parent>
    88
    <artifactId>async-http-client-extras-simple</artifactId>
    99
    <name>Asynchronous Http Simple Client</name>

    netty-bp/codec-dns/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -20,7 +20,7 @@
    2020
    <parent>
    2121
    <groupId>org.asynchttpclient</groupId>
    2222
    <artifactId>netty-bp</artifactId>
    23-
    <version>2.0.0-RC7</version>
    23+
    <version>2.0.0-RC8-SNAPSHOT</version>
    2424
    </parent>
    2525

    2626
    <artifactId>netty-codec-dns</artifactId>

    netty-bp/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -2,7 +2,7 @@
    22
    <parent>
    33
    <groupId>org.asynchttpclient</groupId>
    44
    <artifactId>async-http-client-project</artifactId>
    5-
    <version>2.0.0-RC7</version>
    5+
    <version>2.0.0-RC8-SNAPSHOT</version>
    66
    </parent>
    77
    <modelVersion>4.0.0</modelVersion>
    88
    <artifactId>netty-bp</artifactId>

    netty-bp/resolver-dns/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -9,7 +9,7 @@
    99
    <parent>
    1010
    <groupId>org.asynchttpclient</groupId>
    1111
    <artifactId>netty-bp</artifactId>
    12-
    <version>2.0.0-RC7</version>
    12+
    <version>2.0.0-RC8-SNAPSHOT</version>
    1313
    </parent>
    1414 3CCE

    1515
    <artifactId>netty-resolver-dns</artifactId>

    0 commit comments

    Comments
     (0)
    0