Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 11, 2017
1 parent aff2edc commit e799aa1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<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>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.8.4-SNAPSHOT</version>
<version>0.9.0</version>

<packaging>jar</packaging>

<scm>
<developerConnection>scm:git:ssh://[email protected]/usethesource/rascal.git</developerConnection>
</scm>
<tag>v0.9.0</tag>
</scm>

<!-- deployment configuration (usethesource) -->
<distributionManagement>
Expand Down Expand Up @@ -317,7 +317,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit e799aa1

Please sign in to comment.