File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<groupId >org.mybatis</groupId >
30
30
<artifactId >mybatis</artifactId >
31
- <version >3.5.15-SNAPSHOT </version >
31
+ <version >3.5.15</version >
32
32
33
33
<name >mybatis</name >
34
34
<description >The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
109
109
<scm >
110
110
<connection >scm:git:ssh://git@github.com/mybatis/mybatis-3.git</connection >
111
111
<developerConnection >scm:git:ssh://git@github.com/mybatis/mybatis-3.git</developerConnection >
112
- <tag >HEAD </tag >
112
+ <tag >mybatis-3.5.15 </tag >
113
113
<url >https://github.com/mybatis/mybatis-3</url >
114
114
</scm >
115
115
<issueManagement >
157
157
<argLine >-Xmx2048m</argLine >
158
158
159
159
<!-- Reproducible Builds -->
160
- <project .build.outputTimestamp>1698763635 </project .build.outputTimestamp>
160
+ <project .build.outputTimestamp>1702532766 </project .build.outputTimestamp>
161
161
</properties >
162
162
163
163
<dependencies >
371
371
</systemPropertyVariables >
372
372
</configuration >
373
373
</plugin >
374
+ <!-- Do not run pdf plugin as not compliant with site 2.0
374
375
<plugin>
375
376
<groupId>org.apache.maven.plugins</groupId>
376
377
<artifactId>maven-pdf-plugin</artifactId>
377
378
</plugin>
379
+ -->
378
380
<plugin >
379
381
<groupId >org.apache.maven.plugins</groupId >
380
382
<artifactId >maven-shade-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments