Repository: incubator-ratis Updated Branches: refs/heads/master 137415c2d -> ca1c7dfd1
RATIS-258. Release artifacts should include 'incubating' instead of 'incubator' Contributed by Elek, Marton. Project: http://git-wip-us.apache.org/repos/asf/incubator-ratis/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ratis/commit/ca1c7dfd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ratis/tree/ca1c7dfd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ratis/diff/ca1c7dfd Branch: refs/heads/master Commit: ca1c7dfd13191f39a918e60ca3f85fdab52e72ff Parents: 137415c Author: Anu Engineer <[email protected]> Authored: Wed Jun 27 22:28:46 2018 -0700 Committer: Anu Engineer <[email protected]> Committed: Wed Jun 27 22:28:46 2018 -0700 ---------------------------------------------------------------------- ratis-assembly/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ratis/blob/ca1c7dfd/ratis-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/ratis-assembly/pom.xml b/ratis-assembly/pom.xml index 4dc31f8..32fb013 100644 --- a/ratis-assembly/pom.xml +++ b/ratis-assembly/pom.xml @@ -97,7 +97,7 @@ <artifactId>maven-assembly-plugin</artifactId> <configuration> <!--Else will use ratis-assembly as final name.--> - <finalName>ratis-incubator-${project.version}</finalName> + <finalName>ratis-incubating-${project.version}</finalName> <skipAssembly>false</skipAssembly> <appendAssemblyId>true</appendAssemblyId> <tarLongFileMode>gnu</tarLongFileMode>
