Skip to content

Commit 3ce6863

Browse files
authored
push removing unnecesary var (#1634)
Signed-off-by: salaboy <Salaboy@gmail.com>
1 parent fd16fe2 commit 3ce6863

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

dapr-spring/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,34 @@
3131
<maven.compiler.source>11</maven.compiler.source>
3232
<maven.compiler.target>11</maven.compiler.target>
3333
<maven.compiler.release>11</maven.compiler.release>
34-
<!-- WARNING: don't change this property unless you also update .github/scripts/update_sdk_version.sh -->
35-
<dapr.spring.version>1.17.0-SNAPSHOT</dapr.spring.version>
3634
</properties>
3735

3836
<dependencyManagement>
3937
<dependencies>
4038
<dependency>
4139
<groupId>io.dapr.spring</groupId>
4240
<artifactId>dapr-spring-data</artifactId>
43-
<version>${dapr.spring.version}</version>
41+
<version>${project.version}</version>
4442
</dependency>
4543
<dependency>
4644
<groupId>io.dapr.spring</groupId>
4745
<artifactId>dapr-spring-messaging</artifactId>
48-
<version>${dapr.spring.version}</version>
46+
<version>${project.version}</version>
4947
</dependency>
5048
<dependency>
5149
<groupId>io.dapr.spring</groupId>
5250
<artifactId>dapr-spring-workflows</artifactId>
53-
<version>${dapr.spring.version}</version>
51+
<version>${project.version}</version>
5452
</dependency>
5553
<dependency>
5654
<groupId>io.dapr.spring</groupId>
5755
<artifactId>dapr-spring-boot-autoconfigure</artifactId>
58-
<version>${dapr.spring.version}</version>
56+
<version>${project.version}</version>
5957
</dependency>
6058
<dependency>
6159
<groupId>io.dapr.spring</groupId>
6260
<artifactId>dapr-spring-boot-tests</artifactId>
63-
<version>${dapr.spring.version}</version>
61+
<version>${project.version}</version>
6462
</dependency>
6563
</dependencies>
6664
</dependencyManagement>

0 commit comments

Comments
 (0)