Skip to content

Commit

Permalink
5.0.0 Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed Aug 17, 2020
1 parent 63c8a61 commit 422e22f
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion openmeetings-core/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-db/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-install/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-install</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-screenshare/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-screenshare</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions openmeetings-server/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-server</artifactId>
Expand All @@ -46,7 +46,7 @@
<scm>
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
<url>https://github.com/apache/openmeetings.git</url>
<url>https://github.com/apache/openmeetings/tree/5.0.0</url>
<tag>HEAD</tag>
</scm>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-service/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-util/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-web/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-webservice/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-webservice</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>pom</packaging>
<name>Openmeetings</name>
<description>Parent project for all OpenMeetings Maven modules. Required to hold general settings</description>
Expand All @@ -40,7 +40,7 @@
<autoModuleName>apache.openmeetings.parent</autoModuleName>
<jdk.version>11</jdk.version>
<!-- plugin versions -->
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
<maven-site-plugin.version>3.9.1</maven-site-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
Expand Down Expand Up @@ -317,7 +317,7 @@
<scm>
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
<url>https://github.com/apache/openmeetings.git</url>
<url>https://github.com/apache/openmeetings/tree/5.0.0</url>
<tag>HEAD</tag>
</scm>
<mailingLists>
Expand Down

0 comments on commit 422e22f

Please sign in to comment.