We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad6b7 commit c41e7e9Copy full SHA for c41e7e9
pom.xml
@@ -17,12 +17,12 @@
17
18
<groupId>org.rascalmpl</groupId>
19
<artifactId>java-air</artifactId>
20
- <version>1.0.0-RC3-SNAPSHOT</version>
+ <version>1.0.0-RC3</version>
21
<packaging>jar</packaging>
22
23
<scm>
24
<developerConnection>scm:git:ssh://[email protected]/usethesource/java-air.git</developerConnection>
25
- <tag>v1.0.0-RC1</tag>
+ <tag>v1.0.0-RC3</tag>
26
</scm>
27
28
<!-- dependency resolution configuration (usethesource) -->
@@ -89,7 +89,7 @@
89
<plugin>
90
91
<artifactId>rascal-maven-plugin</artifactId>
92
- <version>${rascal-maven.version}</version>
+ <version>0.30.0-RC29</version>
93
<configuration>
94
<bin>${project.build.outputDirectory}</bin>
95
<srcs>
0 commit comments