Enrico Olivelli 6 years ago
parent
commit
507908bf32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -703,7 +703,7 @@
             </goals>
             </goals>
             <configuration>
             <configuration>
                <target>
                <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" />
                   <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>
                </target>
             </configuration>
             </configuration>