This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 34e2caa32 Typo in SCM URL was fixed; deploy module list was fixed
34e2caa32 is described below
commit 34e2caa323ec68bdd7e569f4730d81e0ceafeba1
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Dec 29 16:21:11 2024 +0700
Typo in SCM URL was fixed; deploy module list was fixed
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 29c9120d3..064c13f4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -360,7 +360,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/openmeetings</url>
+ <url>https://github.com/apache/openmeetings</url>
<tag>HEAD</tag>
</scm>
<mailingLists>
@@ -1838,6 +1838,7 @@
<profile>
<id>deploy</id>
<modules>
+ <module>openmeetings-tests</module>
<module>openmeetings-util</module>
<module>openmeetings-db</module>
</modules>