Skip to content

Commit 9349785

Browse files
committed
push
1 parent 4910ed6 commit 9349785

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6+
<parent>
7+
<groupId>org.springframework.boot</groupId>
8+
<artifactId>spring-boot-starter-parent</artifactId>
9+
<version>3.4.2</version>
10+
<relativePath/>
11+
</parent>
12+
613
<groupId>com.github.jacopocarlini</groupId>
714
<artifactId>fast-feature-flags-provider</artifactId>
8-
<version>1.0.4</version>
9-
<packaging>pom</packaging>
15+
<version>1.0.5</version>
1016

1117
<dependencyManagement>
1218
<dependencies>

0 commit comments

Comments
 (0)