Skip to content

Commit

Permalink
[maven-release-plugin] prepare release javacan-3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Dec 1, 2023
1 parent 9c23b18 commit f6d7b2a
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.5-SNAPSHOT</version>
<version>3.2.5</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.5-SNAPSHOT</version>
<version>3.2.5</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.5-SNAPSHOT</version>
<version>3.2.5</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.5-SNAPSHOT</version>
<version>3.2.5</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.5-SNAPSHOT</version>
<version>3.2.5</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.5</tag>
</scm>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1690640185</project.build.outputTimestamp>
<project.build.outputTimestamp>1701471409</project.build.outputTimestamp>

<slf4j.version>2.0.9</slf4j.version>
<logback.version>1.4.14</logback.version>
Expand Down

0 comments on commit f6d7b2a

Please sign in to comment.