You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/01/22 22:00:34 UTC

[20/25] storm git commit: STORM-243:add module storm-buildtools/storm-maven-plugins to generate version info

STORM-243:add module storm-buildtools/storm-maven-plugins to generate version info


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/72d621ce
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/72d621ce
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/72d621ce

Branch: refs/heads/master
Commit: 72d621ce81c98a3598f180a1ebdf419e0ad7aa6e
Parents: 272749c
Author: caofangkun <ca...@gmail.com>
Authored: Tue Jan 13 12:43:40 2015 +0800
Committer: caofangkun <ca...@gmail.com>
Committed: Tue Jan 13 12:43:40 2015 +0800

----------------------------------------------------------------------
 .../resources/common-version-info.properties    | 26 --------------------
 .../src/resources/core-version-info.properties  |  1 -
 2 files changed, 27 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/72d621ce/storm-core/src/resources/common-version-info.properties
----------------------------------------------------------------------
diff --git a/storm-core/src/resources/common-version-info.properties b/storm-core/src/resources/common-version-info.properties
deleted file mode 100644
index ad9a24d..0000000
--- a/storm-core/src/resources/common-version-info.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-version=${pom.version}
-revision=${version-info.scm.commit}
-branch=${version-info.scm.branch}
-user=${user.name}
-date=${version-info.build.time}
-url=${version-info.scm.uri}
-srcChecksum=${version-info.source.md5}
-protocVersion=${protobuf.version}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/storm/blob/72d621ce/storm-core/src/resources/core-version-info.properties
----------------------------------------------------------------------
diff --git a/storm-core/src/resources/core-version-info.properties b/storm-core/src/resources/core-version-info.properties
index 8b04e2d..7ae3130 100644
--- a/storm-core/src/resources/core-version-info.properties
+++ b/storm-core/src/resources/core-version-info.properties
@@ -22,4 +22,3 @@ user=${user.name}
 date=${version-info.build.time}
 url=${version-info.scm.uri}
 srcChecksum=${version-info.source.md5}
-protocVersion=${protobuf.version}