Skip to content

Commit bed5169

Browse files
committed
feat: update version to 1.0.0-beta.2
1 parent 635285c commit bed5169

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-beta.1</version>
8+
<version>1.0.0-beta.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

data-providers/file-data-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-beta.1</version>
8+
<version>1.0.0-beta.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

data-providers/http-data-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-beta.1</version>
8+
<version>1.0.0-beta.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

data-providers/jdbc-data-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-beta.1</version>
8+
<version>1.0.0-beta.2</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

data-providers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-beta.1</version>
8+
<version>1.0.0-beta.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>datart</groupId>
2020
<artifactId>datart-parent</artifactId>
2121
<packaging>pom</packaging>
22-
<version>1.0.0-beta.1</version>
22+
<version>1.0.0-beta.2</version>
2323

2424
<dependencies>
2525
<dependency>

security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-beta.1</version>
8+
<version>1.0.0-beta.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

server/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datart-parent</artifactId>
77
<groupId>datart</groupId>
8-
<version>1.0.0-beta.1</version>
8+
<version>1.0.0-beta.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -70,6 +70,12 @@
7070
<groupId>org.springframework.boot</groupId>
7171
<artifactId>spring-boot-starter-oauth2-client</artifactId>
7272
</dependency>
73+
74+
<dependency>
75+
<groupId>org.springframework.boot</groupId>
76+
<artifactId>spring-boot-starter-data-ldap</artifactId>
77+
</dependency>
78+
7379
<dependency>
7480
<groupId>com.jayway.jsonpath</groupId>
7581
<artifactId>json-path</artifactId>

0 commit comments

Comments
 (0)