Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Commit 5aa329f

Browse files
update to latest CoffeeNet parent version
1 parent c9f14f3 commit 5aa329f

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

  • starter-discovery-example
  • starter-logging-example
  • starter-navigation-javascript-example
  • starter-navigation-thymeleaf-example
  • starter-security-example

starter-discovery-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Example Project Starter Discovery</name>
1212

1313
<parent>
14-
<groupId>coffee.synyx</groupId>
14+
<groupId>rocks.coffeenet</groupId>
1515
<artifactId>coffeenet-starter-parent</artifactId>
1616
<version>0.37.0</version>
1717
<relativePath/>
@@ -33,7 +33,7 @@
3333

3434
<!-- CoffeeNet -->
3535
<dependency>
36-
<groupId>coffee.synyx</groupId>
36+
<groupId>rocks.coffeenet</groupId>
3737
<artifactId>starter-discovery</artifactId>
3838
</dependency>
3939
</dependencies>

starter-logging-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Example Project Starter Logging</name>
1313

1414
<parent>
15-
<groupId>coffee.synyx</groupId>
15+
<groupId>rocks.coffeenet</groupId>
1616
<artifactId>coffeenet-starter-parent</artifactId>
1717
<version>0.37.0</version>
1818
</parent>
@@ -32,7 +32,7 @@
3232

3333
<!-- CoffeeNet -->
3434
<dependency>
35-
<groupId>coffee.synyx</groupId>
35+
<groupId>rocks.coffeenet</groupId>
3636
<artifactId>starter-logging</artifactId>
3737
</dependency>
3838
</dependencies>

starter-navigation-javascript-example/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Example Project Starter Navigation JavaScript</name>
1313

1414
<parent>
15-
<groupId>coffee.synyx</groupId>
15+
<groupId>rocks.coffeenet</groupId>
1616
<artifactId>coffeenet-starter-parent</artifactId>
1717
<version>0.37.0</version>
1818
</parent>
@@ -27,17 +27,17 @@
2727
<dependencies>
2828
<!-- CoffeeNet -->
2929
<dependency>
30-
<groupId>coffee.synyx</groupId>
30+
<groupId>rocks.coffeenet</groupId>
3131
<artifactId>starter-navigation-javascript</artifactId>
3232
</dependency>
3333

3434
<dependency>
35-
<groupId>coffee.synyx</groupId>
35+
<groupId>rocks.coffeenet</groupId>
3636
<artifactId>starter-discovery</artifactId>
3737
</dependency>
3838

3939
<dependency>
40-
<groupId>coffee.synyx</groupId>
40+
<groupId>rocks.coffeenet</groupId>
4141
<artifactId>starter-security</artifactId>
4242
</dependency>
4343

starter-navigation-thymeleaf-example/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Example Project Starter Web Thymeleaf</name>
1313

1414
<parent>
15-
<groupId>coffee.synyx</groupId>
15+
<groupId>rocks.coffeenet</groupId>
1616
<artifactId>coffeenet-starter-parent</artifactId>
1717
<version>0.37.0</version>
1818
</parent>
@@ -27,17 +27,17 @@
2727
<dependencies>
2828
<!-- CoffeeNet -->
2929
<dependency>
30-
<groupId>coffee.synyx</groupId>
30+
<groupId>rocks.coffeenet</groupId>
3131
<artifactId>starter-navigation-thymeleaf</artifactId>
3232
</dependency>
3333

3434
<dependency>
35-
<groupId>coffee.synyx</groupId>
35+
<groupId>rocks.coffeenet</groupId>
3636
<artifactId>starter-discovery</artifactId>
3737
</dependency>
3838

3939
<dependency>
40-
<groupId>coffee.synyx</groupId>
40+
<groupId>rocks.coffeenet</groupId>
4141
<artifactId>starter-security</artifactId>
4242
</dependency>
4343

starter-security-example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Example Project Security Starter</name>
1212

1313
<parent>
14-
<groupId>coffee.synyx</groupId>
14+
<groupId>rocks.coffeenet</groupId>
1515
<artifactId>coffeenet-starter-parent</artifactId>
1616
<version>0.37.0</version>
1717
</parent>
@@ -32,7 +32,7 @@
3232

3333
<!-- CoffeeNet -->
3434
<dependency>
35-
<groupId>coffee.synyx</groupId>
35+
<groupId>rocks.coffeenet</groupId>
3636
<artifactId>starter-security</artifactId>
3737
</dependency>
3838
</dependencies>

0 commit comments

Comments
 (0)