Skip to content

Commit

Permalink
initial commit of spring33x version
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 25, 2024
1 parent f468b5c commit c3b95d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<artifactId>spring-forge-starter-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath/>
Expand All @@ -26,7 +26,7 @@

<dependencies>
<dependency>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<artifactId>pcalouche-spring-boot-starter-app</artifactId>
</dependency>
<dependency>
Expand All @@ -46,7 +46,7 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>dev.pcalouche.springforge.spring34x</groupId>
<groupId>dev.pcalouche.springforge.spring33x</groupId>
<artifactId>pcalouche-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit c3b95d6

Please sign in to comment.