Skip to content

Commit 5e519b7

Browse files
author
GitHub Actions Bot
committed
release: Reverting to SNAPSHOT version 11.1.1-SNAPSHOT
1 parent 4b75a12 commit 5e519b7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<parent>
1313
<groupId>fr.inria.gforge.spoon</groupId>
1414
<artifactId>spoon-pom</artifactId>
15-
<version>11.1.1-beta-15</version>
15+
<version>11.1.1-SNAPSHOT</version>
1616
<relativePath>spoon-pom</relativePath>
1717
</parent>
1818

1919
<artifactId>spoon-core</artifactId>
2020
<packaging>jar</packaging>
21-
<version>11.1.1-beta-15</version>
21+
<version>11.1.1-SNAPSHOT</version>
2222
<name>Spoon Core</name>
2323
<description>Spoon is a tool for meta-programming, analysis and transformation of Java programs.</description>
2424
<url>https://spoon.gforge.inria.fr/</url>

spoon-javadoc/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<artifactId>spoon-pom</artifactId>
77
<groupId>fr.inria.gforge.spoon</groupId>
8-
<version>11.1.1-beta-15</version>
8+
<version>11.1.1-SNAPSHOT</version>
99
<relativePath>../spoon-pom</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>spoon-javadoc</artifactId>
1414
<packaging>jar</packaging>
15-
<version>11.1.1-beta-15</version>
15+
<version>11.1.1-SNAPSHOT</version>
1616
<name>Spoon Javadoc</name>
1717
<description>A javadoc parser for the java source code analysis tool spoon.</description>
1818
<url>http://spoon.gforge.inria.fr/</url>

spoon-pom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>fr.inria.gforge.spoon</groupId>
1414
<artifactId>spoon-pom</artifactId>
1515
<packaging>pom</packaging>
16-
<version>11.1.1-beta-15</version>
16+
<version>11.1.1-SNAPSHOT</version>
1717
<name>Spoon POM</name>
1818
<description>Common Maven config for Spoon modules</description>
1919
<url>http://spoon.gforge.inria.fr/</url>
@@ -28,7 +28,7 @@
2828
<maven.compiler.release>17</maven.compiler.release>
2929
<runtime.log>target/velocity.log</runtime.log>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31-
<project.build.outputTimestamp>1732413527</project.build.outputTimestamp>
31+
<project.build.outputTimestamp>1723395513</project.build.outputTimestamp>
3232
</properties>
3333

3434
<dependencies>

0 commit comments

Comments
 (0)