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 7aee315 commit 40cc294Copy full SHA for 40cc294
pom.xml
@@ -28,7 +28,7 @@
28
<groupId>fr.inria.gforge.spoon</groupId>
29
<artifactId>spoon-core</artifactId>
30
<packaging>jar</packaging>
31
- <version>6.3.0-SNAPSHOT</version>
+ <version>7.0.0</version>
32
<name>Spoon Core</name>
33
<description>Spoon is a tool for meta-programming, analysis and transformation of Java programs.</description>
34
<url>http://spoon.gforge.inria.fr/</url>
@@ -170,6 +170,7 @@
170
<url>https://github.com/INRIA/spoon</url>
171
<connection>scm:git:https://github.com/INRIA/spoon.git</connection>
172
<developerConnection>scm:git:ssh://github.com/INRIA/spoon.git</developerConnection>
173
+ <tag>spoon-core-7.0.0</tag>
174
</scm>
175
176
<properties>
0 commit comments