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 6d6f9e5 commit fc66c2fCopy full SHA for fc66c2f
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.rascalmpl</groupId>
11
<artifactId>typepal</artifactId>
12
- <version>0.15.1-SNAPSHOT</version>
+ <version>0.15.1</version>
13
<packaging>jar</packaging>
14
15
<properties>
@@ -20,7 +20,7 @@
20
21
<scm>
22
<developerConnection>scm:git:ssh://[email protected]/usethesource/typepal.git</developerConnection>
23
- <tag>v0.11.5</tag>
+ <tag>v0.15.1</tag>
24
</scm>
25
26
<build>
@@ -187,7 +187,7 @@
187
188
<artifactId>rascal</artifactId>
189
<version>0.40.17</version>
190
- <scope>test</scope>
+ <scope>provided</scope>
191
</dependency>
192
</dependencies>
193
</project>
0 commit comments