Skip to content

Commit c41e7e9

Browse files
committed
[maven-release-plugin] prepare release v1.0.0-RC3
1 parent 21ad6b7 commit c41e7e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
<groupId>org.rascalmpl</groupId>
1919
<artifactId>java-air</artifactId>
20-
<version>1.0.0-RC3-SNAPSHOT</version>
20+
<version>1.0.0-RC3</version>
2121
<packaging>jar</packaging>
2222

2323
<scm>
2424
<developerConnection>scm:git:ssh://[email protected]/usethesource/java-air.git</developerConnection>
25-
<tag>v1.0.0-RC1</tag>
25+
<tag>v1.0.0-RC3</tag>
2626
</scm>
2727

2828
<!-- dependency resolution configuration (usethesource) -->
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.rascalmpl</groupId>
9191
<artifactId>rascal-maven-plugin</artifactId>
92-
<version>${rascal-maven.version}</version>
92+
<version>0.30.0-RC29</version>
9393
<configuration>
9494
<bin>${project.build.outputDirectory}</bin>
9595
<srcs>

0 commit comments

Comments
 (0)