Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release sass-maven-plugin-2.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Dec 3, 2014
1 parent d05cb05 commit 9dbec86
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@
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"
xmlns:merge="http://maven.apache.org/plugin-merge"
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" xmlns:merge="http://maven.apache.org/plugin-merge" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>nl.geodienstencentrum.maven</groupId>
<artifactId>sass-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0-RC1</version>
<packaging>maven-plugin</packaging>
<name>Sass Compiler Plugin</name>
<description>Maven Plugin that compiles Sass files, optionally using the Compass framework.</description>
Expand All @@ -51,7 +49,7 @@
<organizationUrl>http://www.geodienstencentrum.nl/</organizationUrl>
</developer>
</developers>
<contributors></contributors>
<contributors />
<mailingLists />
<prerequisites>
<maven>3.1</maven>
Expand All @@ -60,7 +58,8 @@
<connection>scm:git:git://github.com/GeoDienstenCentrum/${project.artifactId}.git</connection>
<developerConnection>scm:git:[email protected]:GeoDienstenCentrum/${project.artifactId}.git</developerConnection>
<url>https://github.com/GeoDienstenCentrum/${project.artifactId}</url>
</scm>
<tag>sass-maven-plugin-2.0-RC1</tag>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/GeoDienstenCentrum/${project.artifactId}/issues/</url>
Expand Down Expand Up @@ -360,7 +359,7 @@
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.11-SNAPSHOT</version>
<version>0.10</version>
<configuration>
<message>site update for version ${project.version} (rev. ${buildNumber})</message>
<password>${github.password}</password>
Expand Down

0 comments on commit 9dbec86

Please sign in to comment.