Skip to content

Commit fc66c2f

Browse files
committed
changed test scope to provided scope
1 parent 6d6f9e5 commit fc66c2f

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
@@ -9,7 +9,7 @@
99

1010
<groupId>org.rascalmpl</groupId>
1111
<artifactId>typepal</artifactId>
12-
<version>0.15.1-SNAPSHOT</version>
12+
<version>0.15.1</version>
1313
<packaging>jar</packaging>
1414

1515
<properties>
@@ -20,7 +20,7 @@
2020

2121
<scm>
2222
<developerConnection>scm:git:ssh://[email protected]/usethesource/typepal.git</developerConnection>
23-
<tag>v0.11.5</tag>
23+
<tag>v0.15.1</tag>
2424
</scm>
2525

2626
<build>
@@ -187,7 +187,7 @@
187187
<groupId>org.rascalmpl</groupId>
188188
<artifactId>rascal</artifactId>
189189
<version>0.40.17</version>
190-
<scope>test</scope>
190+
<scope>provided</scope>
191191
</dependency>
192192
</dependencies>
193193
</project>

0 commit comments

Comments
 (0)