Repository: flex-asjs
Updated Branches:
refs/heads/develop ad32c3c78 -> 67e9a458a
- Got rid of some maven warnings
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/67e9a458
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/67e9a458
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/67e9a458
Branch: refs/heads/develop
Commit: 67e9a458af6c95d633b82f391ff30d3ab7dfa261
Parents: ad32c3c
Author: Christofer Dutz <christofer.dutz@codecentric.de>
Authored: Sat Jul 9 12:34:09 2016 +0200
Committer: Christofer Dutz <christofer.dutz@codecentric.de>
Committed: Sat Jul 9 12:34:09 2016 +0200
----------------------------------------------------------------------
examples/pom.xml | 2 +-
frameworks/fontsrc/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/67e9a458/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index f1f2a39..a1c7d64 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -94,7 +94,7 @@
<configuration>
<artifacts>
<artifact>
- <file>${basedir}/target/${artifactId}-${version}.war</file>
+ <file>${basedir}/target/${project.artifactId}-${project.version}.war</file>
<type>war</type>
</artifact>
</artifacts>
http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/67e9a458/frameworks/fontsrc/pom.xml
----------------------------------------------------------------------
diff --git a/frameworks/fontsrc/pom.xml b/frameworks/fontsrc/pom.xml
index 7d232fa..d13df6b 100644
--- a/frameworks/fontsrc/pom.xml
+++ b/frameworks/fontsrc/pom.xml
@@ -70,7 +70,7 @@
<argument>-a</argument>
<argument>Flat-UI-Icons</argument>
<argument>-o</argument>
- <argument>${basedir}/target/${artifactId}-${version}.swf</argument>
+ <argument>${basedir}/target/${project.artifactId}-${project.version}.swf</argument>
<argument>${basedir}/target/downloads/Flat-UI-${flat-ui.version}/fonts/glyphicons/flat-ui-icons-regular.ttf</argument>
</arguments>
<includePluginDependencies>true</includePluginDependencies>
@@ -131,7 +131,7 @@
<configuration>
<artifacts>
<artifact>
- <file>${basedir}/target/${artifactId}-${version}.swf</file>
+ <file>${basedir}/target/${project.artifactId}-${project.version}.swf</file>
<type>swf</type>
</artifact>
</artifacts>
|