Skip to content

Commit 24bb696

Browse files
committed
[maven-release-plugin] prepare release javacan-3.0.0
1 parent 3c83ae3 commit 24bb696

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>tel.schich</groupId>
87
<artifactId>javacan</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
109
</parent>
1110

1211
<artifactId>javacan-core</artifactId>

epoll/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>tel.schich</groupId>
87
<artifactId>javacan</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
109
</parent>
1110

1211
<artifactId>javacan-epoll</artifactId>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<packaging>pom</packaging>
@@ -13,7 +12,7 @@
1312

1413
<groupId>tel.schich</groupId>
1514
<artifactId>javacan</artifactId>
16-
<version>3.0.0-SNAPSHOT</version>
15+
<version>3.0.0</version>
1716
<name>JavaCAN</name>
1817
<url>https://github.com/pschichtel/JavaCAN</url>
1918
<inceptionYear>2018</inceptionYear>
@@ -29,7 +28,7 @@
2928
<url>https://github.com/pschichtel/JavaCAN</url>
3029
<connection>scm:git:https://github.com/pschichtel/JavaCAN</connection>
3130
<developerConnection>scm:git:[email protected]:pschichtel/JavaCAN</developerConnection>
32-
<tag>HEAD</tag>
31+
<tag>javacan-3.0.0</tag>
3332
</scm>
3433

3534
<developers>
@@ -290,7 +289,7 @@
290289
<name>Linux</name>
291290
<family>unix</family>
292291
</requireOS>
293-
<dependencyConvergence/>
292+
<dependencyConvergence />
294293
</rules>
295294
</configuration>
296295
</execution>

0 commit comments

Comments
 (0)