This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch fix/ZOOKEEPER-3635-new-release-proc
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
commit 507908bf3237706ee792ef415dc56c8f0c2cc758
Author: Enrico Olivelli <eolivelli@apache.org>
AuthorDate: Sat Nov 30 13:44:37 2019 +0100
fix
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5368101..c71f1c1 100755
--- a/pom.xml
+++ b/pom.xml
@@ -703,7 +703,7 @@
</goals>
<configuration>
<target>
- <replaceregexp file="zookeeper-client/zookeeper-client-c/CMakeLists.txt"
match="project.*" replace="project(zookeeper VERSION ${project.version)" byline="true" />
+ <replaceregexp file="zookeeper-client/zookeeper-client-c/CMakeLists.txt"
match="project.*" replace="project(zookeeper VERSION ${project.version}" byline="true" />
<replaceregexp file="zookeeper-client/zookeeper-client-c/configure.ac"
match="AC_INIT.*" replace="AC_INIT([zookeeper C client],${project.version},[user@zookeeper.apache.org],[zookeeper])"
byline="true" />
</target>
</configuration>
|