Skip to content

Commit

Permalink
6.3.0 Release Candidate 1
Browse files Browse the repository at this point in the history
  • Loading branch information
solomax committed May 13, 2022
1 parent cfb7848 commit b336592
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-db</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-install/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-install</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-screenshare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-screenshare</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions openmeetings-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.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/6.3.0</url>
<tag>HEAD</tag>
</scm>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openmeetings-webservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>openmeetings-webservice</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
</parent>
<groupId>org.apache.openmeetings</groupId>
<artifactId>openmeetings-parent</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>6.3.0</version>
<packaging>pom</packaging>
<name>Openmeetings</name>
<description>Parent project for all OpenMeetings Maven modules. Required to hold general settings</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-05-13T05:16:56Z</project.build.outputTimestamp>
<!--maven.build.timestamp.format>yyyy/MM/dd HH:mm</maven.build.timestamp.format-->
<wicket.configuration>DEPLOYMENT</wicket.configuration>
<om.quick.build>false</om.quick.build>
Expand Down Expand Up @@ -346,7 +346,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/6.3.0</url>
<tag>HEAD</tag>
</scm>
<mailingLists>
Expand Down

0 comments on commit b336592

Please sign in to comment.