From 97180217bcde8221fe38f66f824004da33ea2d71 Mon Sep 17 00:00:00 2001 From: Ashan Rathnaweera Date: Wed, 18 Dec 2024 14:55:06 +0530 Subject: [PATCH] Add a pom.xml file to the root of the repository --- counter/pom.xml | 14 +++++++------- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 7 deletions(-) create mode 100644 pom.xml diff --git a/counter/pom.xml b/counter/pom.xml index 80a7e0e..65bffca 100644 --- a/counter/pom.xml +++ b/counter/pom.xml @@ -18,6 +18,13 @@ 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"> 4.0.0 + + org.wso2.integration.transaction.counter + 1.2.0 + transaction-counter + ../pom.xml + + org.wso2.integration.transaction.counter 1.2.0 transaction-count-handler @@ -52,13 +59,6 @@ - - scm:git:https://github.com/wso2/integration-transaction-counter.git - scm:git:https://github.com/wso2/integration-transaction-counter.git - https://github.com/wso2/integration-transaction-counter.git/ - HEAD - - deploy diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ccc9f38 --- /dev/null +++ b/pom.xml @@ -0,0 +1,43 @@ + + + + 4.0.0 + + org.wso2.integration.transaction.counter + 1.2.0 + transaction-counter + pom + WSO2 Integration Transaction Counter + + + org.wso2 + wso2 + 1 + + + + scm:git:https://github.com/wso2/integration-transaction-counter.git + scm:git:https://github.com/wso2/integration-transaction-counter.git + https://github.com/wso2/integration-transaction-counter.git/ + HEAD + + + + counter + +