Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haumacher committed Dec 8, 2024
1 parent 2d91537 commit 3c59314
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion mjsip-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>mjsip-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions mjsip-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>mjsip-net</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-util</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion mjsip-phone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>mjsip-phone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mjsip-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>mjsip-server</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions mjsip-sip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>mjsip-sip</artifactId>
Expand All @@ -14,19 +14,19 @@
<dependency>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-net</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-sound</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-util</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mjsip-sound/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>mjsip-sound</artifactId>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-util</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion mjsip-ua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>mjsip-ua</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mjsip-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

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

<groupId>org.mjsip</groupId>
<artifactId>mjsip-parent</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>2.0.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:https://github.com/haumacher/mjSIP.git</connection>
<developerConnection>scm:git:https://github.com/haumacher/mjSIP.git</developerConnection>
<url>https://github.com/haumacher/mjSIP</url>
<tag>1.9.0</tag>
<tag>2.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 3c59314

Please sign in to comment.