ISIS-1521: deletes unused release.properties
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/9b2f6a44 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/9b2f6a44 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/9b2f6a44 Branch: refs/heads/release-1.15.0-RC1 Commit: 9b2f6a44b601162f548802829397ae1b4eb81a6e Parents: f77c483 Author: Dan Haywood <[email protected]> Authored: Sun Aug 6 10:02:54 2017 +0100 Committer: Dan Haywood <[email protected]> Committed: Sun Aug 6 10:02:54 2017 +0100 ---------------------------------------------------------------------- example/archetype/simpleapp/release.properties | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/9b2f6a44/example/archetype/simpleapp/release.properties ---------------------------------------------------------------------- diff --git a/example/archetype/simpleapp/release.properties b/example/archetype/simpleapp/release.properties deleted file mode 100644 index ced3b27..0000000 --- a/example/archetype/simpleapp/release.properties +++ /dev/null @@ -1,13 +0,0 @@ -#release configuration -#Sun Aug 06 08:44:44 BST 2017 -scm.tagNameFormat=@{project.artifactId}-@{project.version} -scm.tag=simpleapp-archetype-1.15.0 -pushChanges=false -scm.url=scm\:git\:[email protected]\:incodehq/incode-build.git/simpleapp -preparationGoals=clean install -remoteTagging=true -projectVersionPolicyId=default -scm.commentPrefix=[maven-release-plugin] -exec.snapshotReleasePluginAllowed=false -exec.additionalArguments=-Papache-release -P gpg,apache-release -completedPhase=check-poms
