Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Guerin committed Apr 28, 2016
1 parent 1535af8 commit 87b1e8d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?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>
<groupId>com.github.casperjs</groupId>
<artifactId>casperjs-runner-maven-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<name>CasperJS runner Maven plugin</name>
<description>Runs JavaScript and/or CoffeScript test files on CasperJS instance</description>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -51,7 +49,8 @@
<scm>
<connection>scm:git:[email protected]:casperjs/casperjs-runner-maven-plugin.git</connection>
<url>https://github.com/casperjs/casperjs-runner-maven-plugin</url>
</scm>
<tag>1.0.2</tag>
</scm>

<licenses>
<license>
Expand Down

0 comments on commit 87b1e8d

Please sign in to comment.