Enrico Olivelli 6 年 前
コミット
507908bf32
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pom.xml

+ 1 - 1
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>