Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 256c80491 -> 99e42e55e
[TAMAYA-265] Corrected the ids used in the executions section of the assembly plugin. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/99e42e55 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/99e42e55 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/99e42e55 Branch: refs/heads/master Commit: 99e42e55e725a8db7869cbb7e42f3a557e8a709d Parents: 256c804 Author: Oliver B. Fischer <[email protected]> Authored: Mon May 1 18:10:54 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Mon May 1 18:10:54 2017 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/99e42e55/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 83f37ca..6212a62 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -614,7 +614,7 @@ under the License. <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> - <id>attach-distribution-src</id> + <id>attach-distribution-bin</id> <phase>package</phase> <goals> <goal>single</goal> @@ -625,7 +625,7 @@ under the License. </configuration> </execution> <execution> - <id>attach-distribution-bin</id> + <id>attach-distribution-src</id> <phase>package</phase> <goals> <goal>single</goal>
