Skip to content

Commit

Permalink
[maven-release-plugin] prepare release javacan-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Mar 27, 2021
1 parent 3087934 commit c46180d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
5 changes: 2 additions & 3 deletions core-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>tel.schich</groupId>
<artifactId>javacan</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>javacan-core-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tel.schich</groupId>
<artifactId>javacan</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>javacan-core</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions epoll-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>tel.schich</groupId>
<artifactId>javacan</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>javacan-epoll-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion epoll/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>tel.schich</groupId>
<artifactId>javacan</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
</parent>

<artifactId>javacan-epoll</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>tel.schich</groupId>
<artifactId>javacan</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.1</version>
<name>JavaCAN</name>
<url>https://github.com/pschichtel/JavaCAN</url>
<inceptionYear>2018</inceptionYear>
Expand All @@ -28,7 +28,7 @@
<url>https://github.com/pschichtel/JavaCAN</url>
<connection>scm:git:https://github.com/pschichtel/JavaCAN</connection>
<developerConnection>scm:git:[email protected]:pschichtel/JavaCAN</developerConnection>
<tag>HEAD</tag>
<tag>javacan-3.0.1</tag>
</scm>

<developers>
Expand Down

0 comments on commit c46180d

Please sign in to comment.