This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git
The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
new dff722600 [Bug] change developing version to be snapshot version
(#4044)
dff722600 is described below
commit dff7226003b742b60b67cde611a03c642ef524ae
Author: GuoPhilipse <[email protected]>
AuthorDate: Wed Dec 28 17:15:48 2022 +0800
[Bug] change developing version to be snapshot version (#4044)
* change developing version to be snapshot version
* fix version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 318a0ba76..a2d6dd648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
</snapshotRepository>
</distributionManagement>
<properties>
- <revision>1.3.1</revision>
+ <revision>1.3.2-SNAPSHOT</revision>
<jedis.version>2.9.2</jedis.version>
<hadoop.version>2.7.2</hadoop.version>
<zookeeper.version>3.5.9</zookeeper.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]