File tree Expand file tree Collapse file tree 25 files changed +147
-95
lines changed Expand file tree Collapse file tree 25 files changed +147
-95
lines changed Original file line number Diff line number Diff line change 3
3
stacks /
4
4
client /.yarn /cache /* .zip
5
5
server /node-service /.yarn /cache /* .zip
6
+ .metadata /
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >lowcoder-root</artifactId >
7
7
<groupId >org.lowcoder</groupId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >lowcoder-domain</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
13
<name >lowcoder-domain</name >
15
14
16
15
<dependencies >
17
- <dependency >
18
- <groupId >org.lowcoder</groupId >
19
- <artifactId >lowcoder-ee</artifactId >
20
- <type >pom</type >
21
- <version >1.0-SNAPSHOT</version >
22
- </dependency >
23
16
<dependency >
24
17
<groupId >org.springframework.boot</groupId >
25
18
<artifactId >spring-boot-starter-webflux</artifactId >
52
45
<dependency >
53
46
<groupId >org.lowcoder</groupId >
54
47
<artifactId >lowcoder-sdk</artifactId >
55
- <version >1.0-SNAPSHOT</version >
56
48
</dependency >
57
49
<dependency >
58
50
<groupId >org.lowcoder</groupId >
59
51
<artifactId >lowcoder-infra</artifactId >
60
- <version >1.0-SNAPSHOT</version >
61
52
</dependency >
62
53
63
54
<dependency >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >lowcoder-root</artifactId >
7
7
<groupId >org.lowcoder</groupId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
15
15
<dependency >
16
16
<groupId >org.lowcoder</groupId >
17
17
<artifactId >lowcoder-sdk</artifactId >
18
- <version >1.0-SNAPSHOT</version >
19
- </dependency >
20
- <dependency >
21
- <groupId >org.lowcoder</groupId >
22
- <artifactId >lowcoder-ee</artifactId >
23
- <type >pom</type >
24
- <version >1.0-SNAPSHOT</version >
25
18
</dependency >
26
19
27
20
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.lowcoder</groupId >
7
7
<artifactId >lowcoder-plugins</artifactId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.lowcoder</groupId >
7
7
<artifactId >lowcoder-plugins</artifactId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<artifactId >elasticSearchPlugin</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
13
15
14
<name >elasticSearchPlugin</name >
16
15
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >lowcoder-plugins</artifactId >
7
7
<groupId >org.lowcoder</groupId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<artifactId >googleSheetsPlugin</artifactId >
13
- <version >1.0-SNAPSHOT</version >
14
13
15
14
<name >googleSheetsPlugin</name >
16
15
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.lowcoder</groupId >
7
7
<artifactId >lowcoder-plugins</artifactId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >org.lowcoder.plugins</groupId >
13
13
<artifactId >graphqlPlugin</artifactId >
14
- <version >1.0-SNAPSHOT</version >
15
14
16
15
<name >graphqlPlugin</name >
17
16
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >lowcoder-plugins</artifactId >
7
7
<groupId >org.lowcoder</groupId >
8
- <version >1.0-SNAPSHOT </version >
8
+ <version >${revision} </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 1
1
plugin.id =mongo-plugin
2
2
plugin.class =org.lowcoder.plugin.mongo.MongoPlugin
3
- plugin.version =1.0 -SNAPSHOT
3
+ plugin.version =2.0.1 -SNAPSHOT
4
4
plugin.provider =service@lowcoder.org
5
5
plugin.dependencies =
You can’t perform that action at this time.
0 commit comments