Skip to content

Commit b336592

Browse files
committed
6.3.0 Release Candidate 1
1 parent cfb7848 commit b336592

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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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>7.0.0-SNAPSHOT</version>
25+
<version>6.3.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,13 +26,13 @@
2626
</parent>
2727
<groupId>org.apache.openmeetings</groupId>
2828
<artifactId>openmeetings-parent</artifactId>
29-
<version>7.0.0-SNAPSHOT</version>
29+
<version>6.3.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>
3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
35-
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
35+
<project.build.outputTimestamp>2022-05-13T05:16:56Z</project.build.outputTimestamp>
3636
<!--maven.build.timestamp.format>yyyy/MM/dd HH:mm</maven.build.timestamp.format-->
3737
<wicket.configuration>DEPLOYMENT</wicket.configuration>
3838
<om.quick.build>false</om.quick.build>
@@ -346,7 +346,7 @@
346346
<scm>
347347
<connection>scm:git:https://github.com/apache/openmeetings.git</connection>
348348
<developerConnection>scm:git:https://github.com/apache/openmeetings.git</developerConnection>
349-
<url>https://github.com/apache/openmeetings.git</url>
349+
<url>https://github.com/apache/openmeetings/tree/6.3.0</url>
350350
<tag>HEAD</tag>
351351
</scm>
352352
<mailingLists>

0 commit comments

Comments
 (0)