Skip to content

Commit

Permalink
update github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgueriaud1 committed Apr 14, 2022
1 parent 5696f8a commit 39fc354
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.vaadin.jchristophe</groupId>
<artifactId>sortable-layout-root</artifactId>
<version>2.0.1</version>
<version>1.1.9</version>
<packaging>pom</packaging>
<modules>
<module>sortable-layout</module>
Expand Down
4 changes: 2 additions & 2 deletions sortable-layout-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.vaadin.jchristophe</groupId>
<artifactId>sortable-layout-demo</artifactId>
<version>2.0.1</version>
<version>1.1.9</version>

<name>Sortable Demo</name>
<packaging>war</packaging>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.vaadin.jchristophe</groupId>
<artifactId>sortable-layout</artifactId>
<version>2.0.1</version>
<version>1.1.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.vaadin/flow-component-demo-helpers -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sortable-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.vaadin.jchristophe</groupId>
<artifactId>sortable-layout</artifactId>
<version>2.0.1</version>
<version>1.1.9</version>
<packaging>jar</packaging>

<name>sortable-layout</name>
Expand Down

0 comments on commit 39fc354

Please sign in to comment.