Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from sean-walsh/wip-upgrade-cloudstate-0.5.2
Browse files Browse the repository at this point in the history
Upgrade cloudstate to 0.5.2. Generate protobufs on compile instead of…
  • Loading branch information
Adriano Santos authored Dec 9, 2020
2 parents 138b286 + df60704 commit 6549dac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion cloudstate-springboot-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</scm>

<properties>
<cloudstate.version>0.5.1</cloudstate.version>
<cloudstate.version>0.5.2</cloudstate.version>
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
1 change: 0 additions & 1 deletion examples/cloudstate-springboot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>compile</goal>
</goals>
Expand Down
1 change: 0 additions & 1 deletion examples/cloudstate-springboot-jsr330/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>compile</goal>
</goals>
Expand Down

0 comments on commit 6549dac

Please sign in to comment.