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

Commit 6549dac

Browse files
authored
Merge pull request #17 from sean-walsh/wip-upgrade-cloudstate-0.5.2
Upgrade cloudstate to 0.5.2. Generate protobufs on compile instead of…
2 parents 138b286 + df60704 commit 6549dac

File tree

3 files changed

+1
-3
lines changed
  • cloudstate-springboot-support
  • examples
    • cloudstate-springboot-example
    • cloudstate-springboot-jsr330

3 files changed

+1
-3
lines changed

cloudstate-springboot-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</scm>
3636

3737
<properties>
38-
<cloudstate.version>0.5.1</cloudstate.version>
38+
<cloudstate.version>0.5.2</cloudstate.version>
3939
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
4040
<maven.compiler.target>1.8</maven.compiler.target>
4141
<maven.compiler.source>1.8</maven.compiler.source>

examples/cloudstate-springboot-example/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
</configuration>
136136
<executions>
137137
<execution>
138-
<phase>package</phase>
139138
<goals>
140139
<goal>compile</goal>
141140
</goals>

examples/cloudstate-springboot-jsr330/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
</configuration>
136136
<executions>
137137
<execution>
138-
<phase>package</phase>
139138
<goals>
140139
<goal>compile</goal>
141140
</goals>

0 commit comments

Comments
 (0)