Skip to content

Commit

Permalink
[maven-release-plugin] prepare release atmosphere-samples-project-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Feb 13, 2024
1 parent c657c5e commit 32ff451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>atmosphere-samples-project</artifactId>
<packaging>pom</packaging>
<name>atmosphere-samples-project</name>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<url>http://github.com/Atmosphere/atmosphere-samples</url>
<scm>
<connection>scm:git:[email protected]:Atmosphere/atmosphere-samples.git</connection>
Expand Down
7 changes: 3 additions & 4 deletions samples/chat/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<?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/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-samples-project</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.atmosphere.samples</groupId>
<artifactId>atmosphere-chat</artifactId>
<packaging>war</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>atmosphere-chat</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down

0 comments on commit 32ff451

Please sign in to comment.