Skip to content

Commit

Permalink
set project version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Dec 21, 2021
1 parent e9846fa commit da87133
Show file tree
Hide file tree
Showing 4 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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
<packaging>pom</packaging>

<name>Wicket Spring Boot Starter Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion wicket-spring-boot-context/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
</parent>

<artifactId>wicket-spring-boot-context</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-spring-boot-starter-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wicket-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.giffing.wicket.spring.boot.starter</groupId>
<artifactId>wicket-spring-boot-starter-parent</artifactId>
<version>3.1.6-SNAPSHOT</version>
<version>3.1.6</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit da87133

Please sign in to comment.