We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a2e048 + 52a6e2e commit c059c86Copy full SHA for c059c86
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
9
<scm>
10
<developerConnection>scm:git:ssh://git@github.com/usethesource/rascal.git</developerConnection>
11
- <tag>v0.41.0-RC1</tag>
+ <tag>HEAD</tag>
12
</scm>
13
14
<!-- dependency resolution configuration (usethesource) -->
@@ -137,6 +137,7 @@
137
<bin>${project.build.outputDirectory}</bin>
138
<srcs>
139
<src>${project.basedir}/src/org/rascalmpl/library</src>
140
+ <src>${project.basedir}/src/org/rascalmpl/tutor</src>
141
</srcs>
142
<sourceLookup>|std:///|</sourceLookup>
143
<funding>${project.basedir}/FUNDING</funding>
0 commit comments