File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xmlns =" http://maven.apache.org/POM/4.0.0"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
53
64 <modelVersion >4.0.0</modelVersion >
75 <groupId >io.github.ngbsn</groupId >
86 <artifactId >sqlscript2jpa-codegen-maven-plugin</artifactId >
9- <version >1.0.0-SNAPSHOT </version >
7+ <version >1.0.0</version >
108 <packaging >maven-plugin</packaging >
119
1210 <name >SQL Schema Script File to JPA Code Generator Maven Plugin</name >
3230 <connection >scm:git:https://github.com/ngbsn/sqlscript2jpa-codegen.git</connection >
3331 <developerConnection >scm:git:https://github.com/ngbsn/sqlscript2jpa-codegen.git</developerConnection >
3432 <url >https://github.com/ngbsn/sqlscript2jpa-codegen</url >
35- </scm >
33+ <tag >1.0.0</tag >
34+ </scm >
3635
3736
3837 <properties >
You can’t perform that action at this time.
0 commit comments