File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed
graalpy-archetype-polyglot-app
src/main/resources/archetype-resources Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ SOFTWARE.
4444
4545 <groupId >org.graalvm.python</groupId >
4646 <artifactId >graalpy-archetype-polyglot-app</artifactId >
47- <version >24.0.0-dev </version >
47+ <version >24.0.0</version >
4848 <packaging >maven-archetype</packaging >
4949
5050 <properties >
Original file line number Diff line number Diff line change 1010
1111#set( $symbol_dollar = '$' )
1212 <properties >
13- <graalpy .version>24.0.0-dev </graalpy .version>
13+ <graalpy .version>24.0.0</graalpy .version>
1414 <graalpy .edition>python-community</graalpy .edition>
1515 <maven .compiler.target>17</maven .compiler.target>
1616 <maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 4040 */
4141///usr/bin/env jbang "$0" "$@" ; exit $?
4242
43- //DEPS org.graalvm.python:python-language:24.0.0-dev
44- //DEPS org.graalvm.python:python-resources:24.0.0-dev
45- //DEPS org.graalvm.python:python-launcher:24.0.0-dev
46- //DEPS org.graalvm.python:python-embedding:24.0.0-dev
43+ //DEPS org.graalvm.python:python-language:24.0.0
44+ //DEPS org.graalvm.python:python-resources:24.0.0
45+ //DEPS org.graalvm.python:python-launcher:24.0.0
46+ //DEPS org.graalvm.python:python-embedding:24.0.0
4747//PIP termcolor
4848
4949import org .graalvm .polyglot .Context ;
Original file line number Diff line number Diff line change 44{/for}
55{#if dependencies.isEmpty()}// //DEPS <dependency1> <dependency2>{/if}
66
7- //DEPS org.graalvm.python:python-language:24.0.0-dev
8- //DEPS org.graalvm.python:python-resources:24.0.0-dev
9- //DEPS org.graalvm.python:python-launcher:24.0.0-dev
10- //DEPS org.graalvm.python:python-embedding:24.0.0-dev
7+ //DEPS org.graalvm.python:python-language:24.0.0
8+ //DEPS org.graalvm.python:python-resources:24.0.0
9+ //DEPS org.graalvm.python:python-launcher:24.0.0
10+ //DEPS org.graalvm.python:python-embedding:24.0.0
1111//PIP termcolor
1212
1313import org.graalvm.polyglot.Context;
Original file line number Diff line number Diff line change 66
77//REPOS mc=https://repo1.maven.org/maven2/
88//REPOS local=file://{path_to_local_repo}
9- //DEPS org.graalvm.python:python-language:24.0.0-dev
10- //DEPS org.graalvm.python:python-resources:24.0.0-dev
11- //DEPS org.graalvm.python:python-launcher:24.0.0-dev
12- //DEPS org.graalvm.python:python-embedding:24.0.0-dev
9+ //DEPS org.graalvm.python:python-language:24.0.0
10+ //DEPS org.graalvm.python:python-resources:24.0.0
11+ //DEPS org.graalvm.python:python-launcher:24.0.0
12+ //DEPS org.graalvm.python:python-embedding:24.0.0
1313//PIP termcolor
1414
1515import org.graalvm.polyglot.Context;
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ SOFTWARE.
4747 <groupId >org.graalvm.python</groupId >
4848 <artifactId >graalpy-maven-plugin</artifactId >
4949 <packaging >maven-plugin</packaging >
50- <version >24.0.0-dev </version >
50+ <version >24.0.0</version >
5151 <name >graalpy-maven-plugin</name >
5252
5353 <properties >
5454 <maven .compiler.target>17</maven .compiler.target>
5555 <maven .compiler.source>17</maven .compiler.source>
5656 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
57- <graalpy .version>24.0.0-dev </graalpy .version>
57+ <graalpy .version>24.0.0</graalpy .version>
5858 </properties >
5959
6060 <build >
You can’t perform that action at this time.
0 commit comments