Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.35.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jan 31, 2024
1 parent 0fd1fd8 commit 819675d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

<groupId>org.rascalmpl</groupId>
<artifactId>rascal</artifactId>
<version>0.35.0-RC6-SNAPSHOT</version>
<version>0.35.0-RC6</version>
<packaging>jar</packaging>

<scm>
<developerConnection>scm:git:ssh://[email protected]/usethesource/rascal.git</developerConnection>
<tag>SNAPSHOT</tag>
<tag>v0.35.0-RC6</tag>
</scm>

<!-- dependency resolution configuration (usethesource) -->
Expand Down Expand Up @@ -116,7 +116,7 @@
<plugin>
<groupId>org.rascalmpl</groupId>
<artifactId>rascal-maven-plugin</artifactId>
<version>${rascal-maven.version}</version>
<version>0.25.0-RC1</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
Expand Down

0 comments on commit 819675d

Please sign in to comment.