Skip to content

Commit 6e60fa6

Browse files
author
WSO2 Builder
committed
[maven-release-plugin] prepare release v2.0.9-RC1
1 parent 06b4d0d commit 6e60fa6

File tree

42 files changed

+47
-47
lines changed
  • components
    • event-flow
    • event-processor
      • org.wso2.carbon.event.processor.admin
      • org.wso2.carbon.event.processor.common
      • org.wso2.carbon.event.processor.core
      • org.wso2.carbon.event.processor.ui
    • event-simulator
    • execution-manager
      • org.wso2.carbon.event.execution.manager.admin
      • org.wso2.carbon.event.execution.manager.core
      • org.wso2.carbon.event.execution.manager.ui
    • siddhi-tryit
  • features
    • event-flow
      • org.wso2.carbon.event.flow.feature
      • org.wso2.carbon.event.flow.server.feature
      • org.wso2.carbon.event.flow.ui.feature
    • event-processor
      • org.wso2.carbon.event.processor.feature
      • org.wso2.carbon.event.processor.server.feature
      • org.wso2.carbon.event.processor.ui.feature
    • event-simulator
      • org.wso2.carbon.event.simulator.feature
      • org.wso2.carbon.event.simulator.server.feature
      • org.wso2.carbon.event.simulator.ui.feature
    • execution-manager
      • org.wso2.carbon.event.execution.manager.feature
      • org.wso2.carbon.event.execution.manager.server.feature
      • org.wso2.carbon.event.execution.manager.ui.feature
    • siddhi-tryit
  • service-stubs
    • org.wso2.carbon.event.execution.manager.stub
    • org.wso2.carbon.event.flow.stub
    • org.wso2.carbon.event.processor.stub
    • org.wso2.carbon.event.simulator.stub

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+47
-47
lines changed

components/event-flow/org.wso2.carbon.event.flow.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.event-processing</groupId>
2121
<artifactId>event-flow</artifactId>
22-
<version>2.0.9-SNAPSHOT</version>
22+
<version>2.0.9</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

components/event-flow/org.wso2.carbon.event.flow/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.wso2.carbon.event-processing</groupId>
2222
<artifactId>event-flow</artifactId>
23-
<version>2.0.9-SNAPSHOT</version>
23+
<version>2.0.9</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/event-flow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.event-processing</groupId>
2121
<artifactId>carbon-event-processing</artifactId>
22-
<version>2.0.9-SNAPSHOT</version>
22+
<version>2.0.9</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

components/event-processor/org.wso2.carbon.event.processor.admin/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.wso2.carbon.event-processing</groupId>
2222
<artifactId>event-processor</artifactId>
23-
<version>2.0.9-SNAPSHOT</version>
23+
<version>2.0.9</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/event-processor/org.wso2.carbon.event.processor.common/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.wso2.carbon.event-processing</groupId>
2222
<artifactId>event-processor</artifactId>
23-
<version>2.0.9-SNAPSHOT</version>
23+
<version>2.0.9</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

components/event-processor/org.wso2.carbon.event.processor.core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.event-processing</groupId>
2121
<artifactId>event-processor</artifactId>
22-
<version>2.0.9-SNAPSHOT</version>
22+
<version>2.0.9</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>
27-
<version>2.0.9-SNAPSHOT</version>
27+
<version>2.0.9</version>
2828
<artifactId>org.wso2.carbon.event.processor.core</artifactId>
2929
<packaging>bundle</packaging>
3030
<name>WSO2 Carbon - Event Processor Core</name>

components/event-processor/org.wso2.carbon.event.processor.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.event-processing</groupId>
2121
<artifactId>event-processor</artifactId>
22-
<version>2.0.9-SNAPSHOT</version>
22+
<version>2.0.9</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

components/event-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.event-processing</groupId>
2121
<artifactId>carbon-event-processing</artifactId>
22-
<version>2.0.9-SNAPSHOT</version>
22+
<version>2.0.9</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

components/event-simulator/org.wso2.carbon.event.simulator.admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.event-processing</groupId>
2020
<artifactId>event-simulator</artifactId>
21-
<version>2.0.9-SNAPSHOT</version>
21+
<version>2.0.9</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

components/event-simulator/org.wso2.carbon.event.simulator.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.event-processing</groupId>
2020
<artifactId>event-simulator</artifactId>
21-
<version>2.0.9-SNAPSHOT</version>
21+
<version>2.0.9</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)