Repository: incubator-ignite
Updated Branches:
refs/heads/ignite-1121 a45a700c6 -> 1203354c6
# IGNITE-1121 Set finalName = agent-${version}
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/1203354c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/1203354c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/1203354c
Branch: refs/heads/ignite-1121
Commit: 1203354c680b4b7392dd28901e5565472f471146
Parents: a45a700
Author: sevdokimov <[email protected]>
Authored: Thu Jul 23 13:32:08 2015 +0300
Committer: sevdokimov <[email protected]>
Committed: Thu Jul 23 13:32:08 2015 +0300
----------------------------------------------------------------------
modules/control-center-agent/pom.xml | 2 ++
1 file changed, 2 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/1203354c/modules/control-center-agent/pom.xml
----------------------------------------------------------------------
diff --git a/modules/control-center-agent/pom.xml
b/modules/control-center-agent/pom.xml
index d4ae0d6..d042daf 100644
--- a/modules/control-center-agent/pom.xml
+++ b/modules/control-center-agent/pom.xml
@@ -64,6 +64,8 @@
</dependencies>
<build>
+ <finalName>agent-${version}</finalName>
+
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>