Skip to content

Commit f6b537c

Browse files
committed
6.0.0 Release Candidate 1
1 parent 52789e1 commit f6b537c

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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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/6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
25+
<version>6.0.0</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>6.0.0-SNAPSHOT</version>
29+
<version>6.0.0</version>
3030
<packaging>pom</packaging>
3131
<name>Openmeetings</name>
3232
<description>Parent project for all OpenMeetings Maven modules. Required to hold general settings</description>
@@ -41,7 +41,7 @@
4141
<autoModuleName>apache.openmeetings.parent</autoModuleName>
4242
<jdk.version>11</jdk.version>
4343
<!-- plugin versions -->
44-
<maven-javadoc-plugin.version>3.2.0</maven-javadoc-plugin.version>
44+
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
4545
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
4646
<maven-site-plugin.version>3.9.1</maven-site-plugin.version>
4747
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
@@ -325,7 +325,7 @@
325325
<scm>
326326
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
327327
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
328-
<url>https://github.com/apache/openmeetings.git</url>
328+
<url>https://github.com/apache/openmeetings/tree/6.0.0</url>
329329
<tag>HEAD</tag>
330330
</scm>
331331
<mailingLists>

0 commit comments

Comments
 (0)