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

Commit

Permalink
don't push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Dec 3, 2014
1 parent 9ff76b2 commit 354babe
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
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>0.1</version>
<version>0.1-SNAPSHOT</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 @@ -49,7 +51,7 @@
<organizationUrl>http://www.geodienstencentrum.nl/</organizationUrl>
</developer>
</developers>
<contributors />
<contributors></contributors>
<mailingLists />
<prerequisites>
<maven>3.1</maven>
Expand All @@ -58,8 +60,7 @@
<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>
<tag>sass-maven-plugin-0.1</tag>
</scm>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/GeoDienstenCentrum/${project.artifactId}/issues/</url>
Expand Down Expand Up @@ -359,7 +360,7 @@
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.10</version>
<version>0.11-SNAPSHOT</version>
<configuration>
<message>site update for version ${project.version} (rev. ${buildNumber})</message>
<password>${github.password}</password>
Expand All @@ -386,6 +387,7 @@
<useReleaseProfile>false</useReleaseProfile>
<releaseProfiles>release</releaseProfiles>
<goals>deploy nexus-staging:release</goals>
<pushChanges>false</pushChanges>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 354babe

Please sign in to comment.