Skip to content

Commit 3628ad7

Browse files
committed
5.0.1 Release Candidate 1
1 parent 493444d commit 3628ad7

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

openmeetings-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-core</artifactId>

openmeetings-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-db</artifactId>

openmeetings-install/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-install</artifactId>

openmeetings-screenshare/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-screenshare</artifactId>

openmeetings-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-server</artifactId>
@@ -46,7 +46,7 @@
4646
<scm>
4747
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
4848
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
49-
<url>https://github.com/apache/openmeetings.git</url>
49+
<url>https://github.com/apache/openmeetings/tree/5.0.1</url>
5050
<tag>HEAD</tag>
5151
</scm>
5252
<profiles>

openmeetings-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-service</artifactId>

openmeetings-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-util</artifactId>

openmeetings-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-web</artifactId>

openmeetings-webservice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.openmeetings</groupId>
2424
<artifactId>openmeetings-parent</artifactId>
25-
<version>5.0.1-SNAPSHOT</version>
25+
<version>5.0.1</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828
<artifactId>openmeetings-webservice</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<groupId>org.apache.openmeetings</groupId>
2828
<artifactId>openmeetings-parent</artifactId>
29-
<version>5.0.1-SNAPSHOT</version>
29+
<version>5.0.1</version>
3030
<packaging>pom</packaging>
3131
<name>Openmeetings</name>
3232
<description>Parent project for all OpenMeetings Maven modules. Required to hold general settings</description>
@@ -40,7 +40,7 @@
4040
<autoModuleName>apache.openmeetings.parent</autoModuleName>
4141
<jdk.version>11</jdk.version>
4242
<!-- plugin versions -->
43-
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
43+
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
4444
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
4545
<maven-site-plugin.version>3.9.1</maven-site-plugin.version>
4646
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
@@ -316,7 +316,7 @@
316316
<scm>
317317
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
318318
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
319-
<url>https://github.com/apache/openmeetings.git</url>
319+
<url>https://github.com/apache/openmeetings/tree/5.0.1</url>
320320
<tag>HEAD</tag>
321321
</scm>
322322
<mailingLists>

0 commit comments

Comments
 (0)