File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
|
29 | 29 |
|
30 | 30 | <groupId>org.mybatis</groupId>
|
31 | 31 | <artifactId>mybatis</artifactId>
|
32 |
| -<version>3.5.19-SNAPSHOT</version> |
| 32 | +<version>3.5.19</version> |
33 | 33 |
|
34 | 34 | <name>mybatis</name>
|
35 | 35 | <description>The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented
|
|
43 | 43 | <scm>
|
44 | 44 | < connection>scm:git:ssh:// [email protected]/mybatis/mybatis-3.git</ connection>
|
45 | 45 | < developerConnection>scm:git:ssh:// [email protected]/mybatis/mybatis-3.git</ developerConnection>
|
46 |
| -<tag>HEAD</tag> |
| 46 | +<tag>mybatis-3.5.19</tag> |
47 | 47 | <url>https://.com/mybatis/mybatis-3</url>
|
48 | 48 | </scm>
|
49 | 49 | <issueManagement>
|
|
99 | 99 | <argLine>-Xmx2048m -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar</argLine>
|
100 | 100 |
|
101 | 101 | <!-- Reproducible Builds -->
|
102 |
| -<project.build.outputTimestamp>1735702000</project.build.outputTimestamp> |
| 102 | +<project.build.outputTimestamp>1735849579</project.build.outputTimestamp> |
103 | 103 | </properties>
|
104 | 104 |
|
105 | 105 | <dependencies>
|
|
You can’t perform that action at this time.
0 commit comments