mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 12:17:00 +02:00
added scm-cli and scm-server-util
This commit is contained in:
18
scm-cli/pom.xml
Normal file
18
scm-cli/pom.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<artifactId>scm</artifactId>
|
||||
<groupId>sonia.scm</groupId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>sonia.scm</groupId>
|
||||
<artifactId>scm-cli</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>scm-cli</name>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user