Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Moving to 0.6.0.BUILD-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
aclement committed Sep 5, 2019
1 parent 57f18f7 commit 5df1cd7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework</groupId>
<artifactId>spring-graal-feature</artifactId>
<version>0.5.0.RELEASE</version>
<version>0.6.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>

<name>spring-graal-feature</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/commandlinerunner/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export LIBPATH=`find ../../BOOT-INF/lib | tr '\n' ':'`
export CP=.:$LIBPATH

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-grpc/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export LIBPATH=`find ../../BOOT-INF/lib | tr '\n' ':'`
export CP=.:$LIBPATH

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-jpa/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export LIBPATH=`find ../../BOOT-INF/lib | tr '\n' ':'`
export CP=.:$LIBPATH

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-orm/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export CP=.:$LIBPATH
#java -classpath $CP com.example.demo.DemoApplication

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-rabbit/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export CP=.:$LIBPATH
#java -classpath $CP app.main.SampleApplication

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-thymeleaf/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export CP=.:$LIBPATH
#java -classpath $CP hello.Application

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down
2 changes: 1 addition & 1 deletion samples/vanilla-tx/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export CP=.:$LIBPATH
#java -classpath $CP hello.Application

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down
2 changes: 1 addition & 1 deletion samples/webflux-netty/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export CP=.:$LIBPATH
#java -classpath $CP com.example.demo.DemoApplication

# Our feature being on the classpath is what triggers it
export CP=$CP:../../../../../target/spring-graal-feature-0.5.0.BUILD-SNAPSHOT.jar
export CP=$CP:../../../../../target/spring-graal-feature-0.6.0.BUILD-SNAPSHOT.jar

printf "\n\nCompile\n"
native-image \
Expand Down

0 comments on commit 5df1cd7

Please sign in to comment.