Repository: ode-console Updated Branches: refs/heads/master b20c41bd5 -> af8f5e332
[maven-release-plugin] prepare release ode-console-0.1.0 Project: http://git-wip-us.apache.org/repos/asf/ode-console/repo Commit: http://git-wip-us.apache.org/repos/asf/ode-console/commit/af8f5e33 Tree: http://git-wip-us.apache.org/repos/asf/ode-console/tree/af8f5e33 Diff: http://git-wip-us.apache.org/repos/asf/ode-console/diff/af8f5e33 Branch: refs/heads/master Commit: af8f5e3324fb4fa1fd8117019ad1dc119cc622a7 Parents: b20c41b Author: sathwik <[email protected]> Authored: Wed Oct 26 08:50:30 2016 +0530 Committer: sathwik <[email protected]> Committed: Wed Oct 26 08:50:30 2016 +0530 ---------------------------------------------------------------------- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode-console/blob/af8f5e33/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e49d7b2..c718744 100644 --- a/pom.xml +++ b/pom.xml @@ -17,8 +17,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<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/maven-v4_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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -30,7 +29,7 @@ under the License. <packaging>jar</packaging> <groupId>org.apache.ode</groupId> <artifactId>ode-console</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> <name>ODE Web Console</name> <description>ODE Process Management Admin Console</description> <url>ode.apache.org</url> @@ -38,7 +37,8 @@ under the License. <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/ode-console.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ode-console.git</developerConnection> - </scm> + <tag>ode-console-0.1.0</tag> + </scm> <issueManagement> <system>jira</system> @@ -161,9 +161,9 @@ under the License. <configuration> <target> <copy todir="${destDir}"> - <fileset dir="dist/"/> + <fileset dir="dist/" /> </copy> - <copy todir="${destDir}" file="src/index.html"/> + <copy todir="${destDir}" file="src/index.html" /> </target> </configuration> </execution>
