We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dec4c commit 383e166Copy full SHA for 383e166
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>fr.inria.gforge.spoon</groupId>
11
<artifactId>spoon-core</artifactId>
12
<packaging>jar</packaging>
13
- <version>5.4.0</version>
+ <version>5.5.0-SNAPSHOT</version>
14
<name>Spoon Core</name>
15
<description>Spoon is a tool for meta-programming, analysis and transformation of Java programs.</description>
16
<url>http://spoon.gforge.inria.fr/</url>
@@ -161,7 +161,7 @@
161
<url>https://gforge.inria.fr/scm/viewvc.php/?root=spoon</url>
162
<connection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</connection>
163
<developerConnection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</developerConnection>
164
- <tag>spoon-core-5.4.0</tag>
+ <tag>HEAD</tag>
165
</scm>
166
167
<properties>
0 commit comments