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.
44
44
45
45
<groupId >org.graalvm.python</groupId >
46
46
<artifactId >graalpy-archetype-polyglot-app</artifactId >
47
- <version >24.0.0-dev </version >
47
+ <version >24.0.0</version >
48
48
<packaging >maven-archetype</packaging >
49
49
50
50
<properties >
Original file line number Diff line number Diff line change 10
10
11
11
#set( $symbol_dollar = '$' )
12
12
<properties >
13
- <graalpy .version>24.0.0-dev </graalpy .version>
13
+ <graalpy .version>24.0.0</graalpy .version>
14
14
<graalpy .edition>python-community</graalpy .edition>
15
15
<maven .compiler.target>17</maven .compiler.target>
16
16
<maven .compiler.source>17</maven .compiler.source>
Original file line number Diff line number Diff line change 40
40
*/
41
41
///usr/bin/env jbang "$0" "$@" ; exit $?
42
42
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
47
47
//PIP termcolor
48
48
49
49
import org .graalvm .polyglot .Context ;
Original file line number Diff line number Diff line change 4
4
{/for}
5
5
{#if dependencies.isEmpty()}// //DEPS <dependency1> <dependency2>{/if}
6
6
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
11
11
//PIP termcolor
12
12
13
13
import org.graalvm.polyglot.Context;
Original file line number Diff line number Diff line change 6
6
7
7
//REPOS mc=https://repo1.maven.org/maven2/
8
8
//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
13
13
//PIP termcolor
14
14
15
15
import org.graalvm.polyglot.Context;
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ SOFTWARE.
47
47
<groupId >org.graalvm.python</groupId >
48
48
<artifactId >graalpy-maven-plugin</artifactId >
49
49
<packaging >maven-plugin</packaging >
50
- <version >24.0.0-dev </version >
50
+ <version >24.0.0</version >
51
51
<name >graalpy-maven-plugin</name >
52
52
53
53
<properties >
54
54
<maven .compiler.target>17</maven .compiler.target>
55
55
<maven .compiler.source>17</maven .compiler.source>
56
56
<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>
58
58
</properties >
59
59
60
60
<build >
You can’t perform that action at this time.
0 commit comments