diff --git a/counter/pom.xml b/counter/pom.xml
index 410369c..92404b0 100644
--- a/counter/pom.xml
+++ b/counter/pom.xml
@@ -21,12 +21,11 @@
org.wso2.integration.transaction.counter
transaction-counter
- 1.0.0
+ 0.1.0-SNAPSHOT
transaction-count-handler
bundle
- 1.0.0
WSO2 Integration Transaction Counting Handler
@@ -88,6 +87,14 @@
8
+
+ org.apache.maven.plugins
+ maven-release-plugin
+
+ clean install
+ true
+
+
diff --git a/pom.xml b/pom.xml
index f423d16..f1e4c11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.wso2.integration.transaction.counter
transaction-counter
pom
- 1.0.0
+ 0.1.0-SNAPSHOT
WSO2 Integration Transaction Counter
@@ -29,6 +29,13 @@
service
+
+ 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
+
+
wso2-nexus
@@ -51,4 +58,17 @@
+
+
+
+ wso2.snapshots
+ Apache Snapshot Repository
+ https://maven.wso2.org/nexus/content/repositories/snapshots/
+
+
+ nexus-releases
+ WSO2 Release Distribution Repository
+ https://maven.wso2.org/nexus/service/local/staging/deploy/maven2/
+
+
diff --git a/service/Ballerina.toml b/service/Ballerina.toml
index d999686..4484da3 100644
--- a/service/Ballerina.toml
+++ b/service/Ballerina.toml
@@ -1,7 +1,7 @@
[package]
org = "wso2"
name = "TransactionCountingService"
-version = "1.0.0"
+version = "0.1.0-SNAPSHOT"
distribution = "2201.7.0"
[build-options]
diff --git a/service/Cloud.toml b/service/Cloud.toml
index 167d45b..97164a3 100644
--- a/service/Cloud.toml
+++ b/service/Cloud.toml
@@ -1,7 +1,7 @@
[container.image]
repository="wso2inc"
name="transaction-counting-service"
-tag="v1.0.0"
+tag="v0.1.0-SNAPSHOT"
[settings]
buildImage=false
diff --git a/service/pom.xml b/service/pom.xml
index 636a59a..c56aa6e 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -21,12 +21,11 @@
org.wso2.integration.transaction.counter
transaction-counter
- 1.0.0
+ 0.1.0-SNAPSHOT
transaction-count-service
pom
- 1.0.0
WSO2 Integration Transaction Counting Service