Skip to content

Commit

Permalink
[maven-release-plugin] prepare release javacan-3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Apr 6, 2022
1 parent ce51129 commit 18a3f0c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core-test/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.2.1-SNAPSHOT</version>
<version>3.2.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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<artifactId>javacan-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion epoll-test/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.2.1-SNAPSHOT</version>
<version>3.2.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.2.1-SNAPSHOT</version>
<version>3.2.1</version>
</parent>

<artifactId>javacan-epoll</artifactId>
Expand Down
6 changes: 3 additions & 3 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.2.1-SNAPSHOT</version>
<version>3.2.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.2.1</tag>
</scm>

<developers>
Expand Down Expand Up @@ -58,7 +58,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1647472613</project.build.outputTimestamp>
<project.build.outputTimestamp>1649235446</project.build.outputTimestamp>

<slf4j.version>1.7.35</slf4j.version>
<logback.version>1.2.3</logback.version>
Expand Down

0 comments on commit 18a3f0c

Please sign in to comment.