Skip to content

Commit

Permalink
[maven-release-plugin] prepare release waffle-form-1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 28, 2014
1 parent d3bbe65 commit b9d52e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Source/JNA/waffle-demo/waffle-form/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
<parent>
<groupId>com.github.dblock.waffle.demo</groupId>
Expand All @@ -9,7 +8,7 @@
<relativePath>../waffle-demo-parent</relativePath>
</parent>
<artifactId>waffle-form</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>
<packaging>war</packaging>
<name>waffle-form</name>
<description>Form Demo for WAFFLE</description>
Expand All @@ -20,7 +19,7 @@
<connection>scm:git:ssh://[email protected]/dblock/waffle.git</connection>
<developerConnection>scm:git:ssh://[email protected]/dblock/waffle.git</developerConnection>
<url>https://github.com/dblock/waffle</url>
<tag>HEAD</tag>
<tag>waffle-form-1.7</tag>
</scm>
<dependencies>
<dependency>
Expand Down

0 comments on commit b9d52e2

Please sign in to comment.