E57A Bump to 3.0.0-SNAPSHOT (#571) · alexec/sdk-java@98d6b90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98d6b90

Browse files
github-actions[bot]pierDipi
authored andcommitted
Bump to 3.0.0-SNAPSHOT (cloudevents#571)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: pierDipi <pierDipi@users.noreply.github.com> Signed-off-by: Alex Collins <alex_collins@intuit.com>
1 parent a18e04d commit 98d6b90

File tree

38 files changed

+38
-38
lines changed
  • restful-ws-resteasy
  • restful-ws-jakarta
  • restful-ws
  • vertx
  • kafka
  • rocketmq
  • spring
  • sql
  • 38 files changed

    +38
    -38
    lines changed

    amqp/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -6,7 +6,7 @@
    66
    <parent>
    77
    <groupId>io.cloudevents</groupId>
    88
    <artifactId>cloudevents-parent</artifactId>
    9-
    <version>2.5.0-SNAPSHOT</version>
    9+
    <version>3.0.0-SNAPSHOT</version>
    1010
    </parent>
    1111

    1212
    <artifactId>cloudevents-amqp-proton</artifactId>

    api/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -24,7 +24,7 @@
    2424
    <parent>
    2525
    <groupId>io.cloudevents</groupId>
    2626
    <artifactId>cloudevents-parent</artifactId>
    27-
    <version>2.5.0-SNAPSHOT</version>
    27+
    <version>3.0.0-SNAPSHOT</version>
    2828
    </parent>
    2929

    3030
    <artifactId>cloudevents-api</artifactId>

    benchmarks/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.cloudevents</groupId>
    2323
    <artifactId>cloudevents-parent</artifactId>
    24-
    <version>2.5.0-SNAPSHOT</version>
    24+
    <version>3.0.0-SNAPSHOT</version>
    2525
    </parent>
    2626

    2727
    <artifactId>cloudevents-benchmarks</artifactId>

    bom/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.cloudevents</groupId>
    2424
    <artifactId>cloudevents-parent</artifactId>
    25-
    <version>2.5.0-SNAPSHOT</version>
    25+
    <version>3.0.0-SNAPSHOT</version>
    2626
    </parent>
    2727

    2828
    <artifactId>cloudevents-bom</artifactId>

    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.cloudevents</groupId>
    2424
    <artifactId>cloudevents-parent</artifactId>
    25-
    <version>2.5.0-SNAPSHOT</version>
    25+
    <version>3.0.0-SNAPSHOT</version>
    2626
    </parent>
    2727

    2828
    <artifactId>cloudevents-core</artifactId>

    examples/amqp-proton/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    <parent>
    44
    <artifactId>cloudevents-examples</artifactId>
    55
    <groupId>io.cloudevents</groupId>
    6-
    <version>2.5.0-SNAPSHOT</version>
    6+
    <version>3.0.0-SNAPSHOT</version>
    77
    </parent>
    88
    <modelVersion>4.0.0</modelVersion>
    99

    examples/basic-http/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -21,7 +21,7 @@
    2121
    <parent>
    2222
    <artifactId>cloudevents-examples</artifactId>
    2323
    <groupId>io.cloudevents</groupId>
    24-
    <version>2.5.0-SNAPSHOT</version>
    24+
    <version>3.0.0-SNAPSHOT</version>
    2525
    </parent>
    2626
    <modelVersion>4.0.0</modelVersion>
    2727

    examples/kafka/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -5,7 +5,7 @@
    55
    <parent>
    66
    <artifactId>cloudevents-examples</artifactId>
    77
    <groupId>io.cloudevents</groupId>
    8-
    <version>2.5.0-SNAPSHOT</version>
    8+
    <version>3.0.0-SNAPSHOT</version>
    99
    </parent>
    1010
    <modelVersion>4.0.0</modelVersion>
    1111

    examples/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -5,7 +5,7 @@
    55
    <parent>
    66
    <artifactId>cloudevents-parent</artifactId>
    77
    <groupId>io.cloudevents</groupId>
    < A372 code>8-
    <version>2.5.0-SNAPSHOT</version>
    8+
    <version>3.0.0-SNAPSHOT</version>
    99
    </parent>
    1010
    <modelVersion>4.0.0</modelVersion>
    1111

    examples/restful-ws-microprofile-liberty/pom.xml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -3,7 +3,7 @@
    33
    <parent>
    44
    <artifactId>cloudevents-examples</artifactId>
    55
    <groupId>io.cloudevents</groupId>
    6-
    <version>2.5.0-SNAPSHOT</version>
    6+
    <version>3.0.0-SNAPSHOT</version>
    77
    <relativePath>../</relativePath>
    88
    </parent>
    99
    <modelVersion>4.0.0</modelVersion>

    0 commit comments

    Comments
     (0)
    0