Compare commits

Invalid templates have been ignored

1 invalid template(s) found pull_request_template.md: frontmatter must start with a separator line

...

3 Commits

Author SHA1 Message Date
Pramila Niroshan 73c6db7de1 Add mvn release configs
7 months ago
pramilaniroshan b1420242ca Add test file
7 months ago
Pramila Niroshan 56486ea5f2 modified scm
7 months ago

@ -1920,9 +1920,9 @@
</dependencyManagement>
<scm>
<url>https://repository.entgra.net/community/device-mgt-core.git</url>
<developerConnection>scm:git:https://repository.entgra.net/community/device-mgt-core.git</developerConnection>
<connection>scm:git:https://repository.entgra.net/community/device-mgt-core.git</connection>
<url>https://repository.entgra.net/pramilaniroshan/device-mgt-core.git</url>
<developerConnection>scm:git:https://repository.entgra.net/pramilaniroshan/device-mgt-core.git</developerConnection>
<connection>scm:git:https://repository.entgra.net/pramilaniroshan/device-mgt-core.git</connection>
<tag>HEAD</tag>
</scm>
@ -1969,6 +1969,8 @@
<configuration>
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
<username>${env.GIT_USERNAME}</username>
<password>${env.GIT_PASSWORD}</password>
</configuration>
</plugin>
<plugin>
@ -2380,4 +2382,4 @@
</repository>
</distributionManagement>
</project>
</project>

@ -0,0 +1 @@
Test file content
Loading…
Cancel
Save