File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2222 under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
2323 OR CONDITIONS OF ANY KIND, either express or implied. See the License for
2424 the specific language governing permissions and limitations under the License. -->
25- <project xmlns =" http://maven.apache.org/POM/4.0.0"
26- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
27- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
25+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2826 <modelVersion >4.0.0</modelVersion >
2927 <parent >
3028 <groupId >org.mybatis</groupId >
3331 </parent >
3432 <groupId >org.mybatis.dynamic-sql</groupId >
3533 <artifactId >mybatis-dynamic-sql</artifactId >
36- <version >1.1.1-SNAPSHOT </version >
34+ <version >1.1.1</version >
3735 <name >MyBatis Dynamic SQL</name >
3836 <description >MyBatis framework for generating dynamic SQL</description >
3937 <inceptionYear >2016</inceptionYear >
179177 <url >https://github.com/mybatis/mybatis-dynamic-sql</url >
180178 <connection >scm:git:ssh://github.com/mybatis/mybatis-dynamic-sql.git</connection >
181179 <developerConnection >scm:git:ssh://git@github.com/mybatis/mybatis-dynamic-sql.git</developerConnection >
182- <tag >HEAD </tag >
180+ <tag >mybatis-dynamic-sql-1.1.1 </tag >
183181 </scm >
184182 <issueManagement >
185183 <system >GitHub Issue Management</system >
You can’t perform that action at this time.
0 commit comments