File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
spring-persistent-tasks-db
spring-persistent-tasks-ui Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments