Skip to content

Commit a5127fe

Browse files
committed
chore(deps): fix demo-util version
1 parent 86d4924 commit a5127fe

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

demo-kafka/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6+
67
<parent>
78
<groupId>com.helltractor.demo</groupId>
89
<artifactId>parent</artifactId>
@@ -16,7 +17,8 @@
1617
<dependency>
1718
<groupId>com.helltractor.demo</groupId>
1819
<artifactId>demo-util</artifactId>
19-
<version>${revision}</version>
20+
<version>1.0-SNAPSHOT</version>
21+
<scope>compile</scope>
2022
</dependency>
2123

2224
<dependency>

demo-redis-lettuce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>com.helltractor.demo</groupId>
2020
<artifactId>demo-util</artifactId>
21-
<version>${revision}</version>
21+
<version>1.0-SNAPSHOT</version>
2222
<scope>compile</scope>
2323
</dependency>
2424

demo-util/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
6+
67
<parent>
78
<groupId>com.helltractor.demo</groupId>
89
<artifactId>parent</artifactId>
@@ -12,6 +13,10 @@
1213

1314
<artifactId>demo-util</artifactId>
1415

16+
<properties>
17+
<version>1.0-SNAPSHOT</version>
18+
</properties>
19+
1520
<dependencies>
1621
<dependency>
1722
<groupId>jakarta.servlet</groupId>

0 commit comments

Comments
 (0)