Skip to content

Commit

Permalink
[maven-release-plugin] prepare release play-project-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Apr 2, 2024
1 parent a691024 commit 805bcce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>play-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-play</artifactId>
<name>Atmosphere Play Module</name>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.atmosphere</groupId>
<artifactId>play-project</artifactId>
<name>Atmosphere Play Project</name>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>pom</packaging>
<description>
Atmosphere running on top of Play!
Expand All @@ -19,7 +19,7 @@
<connection>scm:git:[email protected]:Atmosphere/atmosphere-play.git</connection>
<url>https://github.com/Atmosphere/atmosphere-play</url>
<developerConnection>scm:git:[email protected]:Atmosphere/atmosphere-play.git</developerConnection>
<tag>HEAD</tag>
<tag>play-project-3.0.0</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit 805bcce

Please sign in to comment.