Skip to content

Commit 2fb27f1

Browse files
author
GitHub Actions Bot
committed
release: Releasing version 11.2.1-beta-9
1 parent e656581 commit 2fb27f1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>spoon-core</artifactId>
1212
<packaging>jar</packaging>
13-
<version>11.2.1-SNAPSHOT</version>
13+
<version>11.2.1-beta-9</version>
1414
<name>Spoon Core</name>
1515
<description>Spoon is a tool for meta-programming, analysis and transformation of Java programs.</description>
1616
<url>https://spoon.gforge.inria.fr/</url>

spoon-javadoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>spoon-javadoc</artifactId>
1414
<packaging>jar</packaging>
15-
<version>11.2.1-SNAPSHOT</version>
15+
<version>11.2.1-beta-9</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

Lines changed: 2 additions & 2 deletions
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.2.1-SNAPSHOT</version>
16+
<version>11.2.1-beta-9</version>
1717
<name>Spoon POM</name>
1818
<description>Common Maven config for Spoon modules</description>
1919
<url>http://spoon.gforge.inria.fr/</url>
@@ -29,7 +29,7 @@
2929
<maven.compiler.testRelease>17</maven.compiler.testRelease>
3030
<runtime.log>target/velocity.log</runtime.log>
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
32-
<project.build.outputTimestamp>1737612198</project.build.outputTimestamp>
32+
<project.build.outputTimestamp>1742695216</project.build.outputTimestamp>
3333
</properties>
3434

3535
<dependencies>

0 commit comments

Comments
 (0)