[maven-release-plugin] prepare release helloworld-archetype-1.15.0
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/d8ba7ea3 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/d8ba7ea3 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/d8ba7ea3 Branch: refs/heads/release-1.15.0-RC1 Commit: d8ba7ea33eb54eb1fe3e8adfa739b2a8b3e16ce8 Parents: e9f6463 Author: Dan Haywood <[email protected]> Authored: Sun Aug 6 10:14:41 2017 +0100 Committer: Dan Haywood <[email protected]> Committed: Sun Aug 6 10:14:41 2017 +0100 ---------------------------------------------------------------------- example/archetype/helloworld/pom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/d8ba7ea3/example/archetype/helloworld/pom.xml ---------------------------------------------------------------------- diff --git a/example/archetype/helloworld/pom.xml b/example/archetype/helloworld/pom.xml index 270f1a4..f2ff9c8 100644 --- a/example/archetype/helloworld/pom.xml +++ b/example/archetype/helloworld/pom.xml @@ -17,11 +17,11 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.isis.archetype</groupId> <artifactId>helloworld-archetype</artifactId> - <version>1.15.0-SNAPSHOT</version> + <version>1.15.0</version> <packaging>maven-archetype</packaging> <name>helloworld-archetype</name> <build> @@ -65,7 +65,8 @@ <connection>scm:git:[email protected]:incodehq/incode-build.git/helloworld</connection> <developerConnection>scm:git:[email protected]:incodehq/incode-build.git/helloworld</developerConnection> <url>[email protected]:incodehq/incode-build.git/helloworld</url> - </scm> + <tag>helloworld-archetype-1.15.0</tag> + </scm> <parent> <groupId>org.apache.isis.core</groupId> <artifactId>isis</artifactId>
