Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
sunbird-lms-service
Commits
e93b15fb
Unverified
Commit
e93b15fb
authored
3 years ago
by
Hari-stackroute
Committed by
GitHub
3 years ago
Browse files
Options
Download
Patches
Plain Diff
Lms restructure (#882)
* adding core module
parent
70e2fd42
release-4.1.0
release-4.1.0_RC16
release-4.1.0_RC15
release-4.1.0_RC14
release-4.1.0_RC13
release-4.1.0_RC12
release-4.1.0_RC11
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
core/platform-common/pom.xml
+15
-0
core/platform-common/pom.xml
core/pom.xml
+19
-0
core/pom.xml
pom.xml
+1
-0
pom.xml
with
35 additions
and
0 deletions
+35
-0
core/platform-common/pom.xml
0 → 100644
+
15
−
0
View file @
e93b15fb
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
core
</artifactId>
<groupId>
org.sunbird
</groupId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
platform-common
</artifactId>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
core/pom.xml
0 → 100644
+
19
−
0
View file @
e93b15fb
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<artifactId>
lms-service
</artifactId>
<groupId>
org.sunbird
</groupId>
<version>
1.0-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
core
</artifactId>
<packaging>
pom
</packaging>
<modules>
<module>
platform-common
</module>
</modules>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
0
View file @
e93b15fb
...
...
@@ -17,6 +17,7 @@
<module>
actors/sunbird-lms-mw
</module>
<module>
service
</module>
<module>
reports
</module>
<module>
core
</module>
</modules>
<dependencies>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets