Skip to content

Commit cf38a82

Browse files
committed
adjusted version
1 parent 5c2ab0c commit cf38a82

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sterl.spring</groupId>
88
<artifactId>spring-persistent-tasks-root</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.sterl.spring</groupId>
1313
<artifactId>spring-persistent-tasks-root</artifactId>
14-
<version>0.1.0-SNAPSHOT</version>
14+
<version>1.0.0-SNAPSHOT</version>
1515
<packaging>pom</packaging>
1616

1717
<inceptionYear>2024</inceptionYear>

spring-persistent-tasks-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sterl.spring</groupId>
88
<artifactId>spring-persistent-tasks-root</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

spring-persistent-tasks-ui/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>org.sterl.spring</groupId>
68
<artifactId>spring-persistent-tasks-root</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
9+
<version>1.0.0-SNAPSHOT</version>
810
<relativePath>../pom.xml</relativePath>
911
</parent>
1012

1113
<artifactId>spring-persistent-tasks-ui</artifactId>
12-
14+
1315
<dependencies>
1416
<dependency>
1517
<groupId>org.springframework.boot</groupId>
1618
<artifactId>spring-boot-starter-web</artifactId>
1719
<scope>provided</scope>
1820
</dependency>
1921
</dependencies>
20-
22+
2123
<build>
2224
<resources>
2325
<resource>

spring-persistent-tasks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sterl.spring</groupId>
88
<artifactId>spring-persistent-tasks-root</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>1.0.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -40,7 +40,7 @@
4040
<scope>runtime</scope>
4141
<optional>true</optional>
4242
</dependency>
43-
43+
4444
<dependency>
4545
<groupId>${project.groupId}</groupId>
4646
<artifactId>spring-persistent-tasks-db</artifactId>

0 commit comments

Comments
 (0)