Skip to content

Commit

Permalink
release: Releasing version 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Apr 5, 2024
1 parent 6a2f5d8 commit 4d2fb08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<parent>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-pom</artifactId>
<version>10.4.3-SNAPSHOT</version>
<version>11.0.0</version>
<relativePath>spoon-pom</relativePath>
</parent>

<artifactId>spoon-core</artifactId>
<packaging>jar</packaging>
<version>10.4.3-SNAPSHOT</version>
<version>11.0.0</version>
<name>Spoon Core</name>
<description>Spoon is a tool for meta-programming, analysis and transformation of Java programs.</description>
<url>http://spoon.gforge.inria.fr/</url>
Expand Down
4 changes: 2 additions & 2 deletions spoon-javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<artifactId>spoon-pom</artifactId>
<groupId>fr.inria.gforge.spoon</groupId>
<version>10.4.3-SNAPSHOT</version>
<version>11.0.0</version>
<relativePath>../spoon-pom</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>spoon-javadoc</artifactId>
<packaging>jar</packaging>
<version>10.4.3-SNAPSHOT</version>
<version>11.0.0</version>
<name>Spoon Javadoc</name>
<description>A javadoc parser for the java source code analysis tool spoon.</description>
<url>http://spoon.gforge.inria.fr/</url>
Expand Down
4 changes: 2 additions & 2 deletions spoon-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-pom</artifactId>
<packaging>pom</packaging>
<version>10.4.3-SNAPSHOT</version>
<version>11.0.0</version>
<name>Spoon POM</name>
<description>Common Maven config for Spoon modules</description>
<url>http://spoon.gforge.inria.fr/</url>
Expand All @@ -28,7 +28,7 @@
<maven.compiler.release>17</maven.compiler.release>
<runtime.log>target/velocity.log</runtime.log>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1696689792</project.build.outputTimestamp>
<project.build.outputTimestamp>1712334560</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit 4d2fb08

Please sign in to comment.