Skip to content

Commit 4bfcc1e

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent ada6bf5 commit 4bfcc1e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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>
@@ -32,7 +30,8 @@
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>

0 commit comments

Comments
 (0)