We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2d1f2 commit 4964811Copy full SHA for 4964811
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>fr.inria.gforge.spoon</groupId>
11
<artifactId>spoon-core</artifactId>
12
<packaging>jar</packaging>
13
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.0</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>
@@ -152,7 +152,7 @@
152
<url>https://gforge.inria.fr/scm/viewvc.php/?root=spoon</url>
153
<connection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</connection>
154
<developerConnection>scm:git:ssh://scm.gforge.inria.fr/home/groups/spoon/spoon.git</developerConnection>
155
- <tag>HEAD</tag>
+ <tag>spoon-core-6.0.0</tag>
156
</scm>
157
158
<properties>
0 commit comments