Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit ee0c3e2

Browse files
[maven-release-plugin] prepare release v0.0.1
1 parent f485563 commit ee0c3e2

3 files changed

Lines changed: 7 additions & 13 deletions

File tree

plugin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.github.nscuro</groupId>
86
<artifactId>datanucleus-postgresql-parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
</parent>
119
<artifactId>datanucleus-postgresql</artifactId>
1210
<packaging>jar</packaging>

pom.xml

Lines changed: 3 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="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.github.nscuro</groupId>
86
<artifactId>datanucleus-postgresql-parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
<packaging>pom</packaging>
119

1210
<developers>
@@ -33,7 +31,7 @@
3331
<connection>${scm.connection}</connection>
3432
<developerConnection>${scm.connection}</developerConnection>
3533
<url>${scm.url}</url>
36-
<tag>HEAD</tag>
34+
<tag>v0.0.1</tag>
3735
</scm>
3836

3937
<issueManagement>

test/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.github.nscuro</groupId>
86
<artifactId>datanucleus-postgresql-parent</artifactId>
9-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
108
</parent>
119
<artifactId>datanucleus-postgresql-test</artifactId>
1210
<packaging>jar</packaging>

0 commit comments

Comments
 (0)