File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11
11
* .class
12
12
/bin /
13
13
/WebContent /
14
- /SALESMANAGER.h2.db /
15
- /SALESMANAGER.lock.db /
16
14
sm-shop /SALESMANAGER.lock.db
17
15
.DS_Store
18
16
* /sm-shop /**
Original file line number Diff line number Diff line change 4
4
xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <parent >
7
+ <parent >
8
8
<groupId >com.shopizer</groupId >
9
9
<artifactId >shopizer</artifactId >
10
10
<version >2.9.0</version >
11
- </parent >
11
+ </parent >
12
12
13
13
14
14
<!-- <parent>
15
15
<groupId>org.springframework.boot</groupId>
16
16
<artifactId>spring-boot-starter-parent</artifactId>
17
17
<version>1.5.18.RELEASE</version>
18
18
</parent>
19
- <version>2.6 .0</version>
19
+ <version>2.9 .0</version>
20
20
<groupId>com.shopizer</groupId> -->
21
21
22
22
46
46
47
47
<properties >
48
48
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
49
- <shopizer .version>2.8 .0</shopizer .version>
49
+ <shopizer .version>2.9 .0</shopizer .version>
50
50
</properties >
51
51
52
52
<dependencies >
116
116
</executions >
117
117
</plugin >
118
118
<!-- OSSRH -->
119
- <!--
120
- <plugin>
119
+ <!-- <plugin>
121
120
<groupId>org.apache.maven.plugins</groupId>
122
121
<artifactId>maven-javadoc-plugin</artifactId>
123
122
<executions>
142
141
</goals>
143
142
</execution>
144
143
</executions>
145
- </plugin> -->
144
+ </plugin> -->
146
145
</plugins >
147
146
</build >
148
147
Original file line number Diff line number Diff line change 1
1
/target /
2
- SALESMANAGER.h2.db
3
2
/src /main /resources /database.properties
You can’t perform that action at this time.
0 commit comments