Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
comm-archetype
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Attention: Maintenance on monday 19.04.2021 from 07:00 - 13:00 (Gitlab and Mattermost are offline!)
Open sidebar
sally4-core
comm-archetype
Commits
84c6175b
Commit
84c6175b
authored
Oct 21, 2014
by
Constantin Jucovschi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing pom.xml
parent
929d7c36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
28 deletions
+8
-28
pom.xml
pom.xml
+8
-28
No files found.
pom.xml
View file @
84c6175b
...
@@ -2,9 +2,16 @@
...
@@ -2,9 +2,16 @@
<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"
>
<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"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
info.kwarc.sally4
</groupId>
<artifactId>
sally4
</artifactId>
<version>
0.0.7-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<groupId>
info.kwarc.sally4.comm
</groupId>
<groupId>
info.kwarc.sally4.comm
</groupId>
<artifactId>
comm-archetype
</artifactId>
<artifactId>
comm-archetype
</artifactId>
<version>
0.0.7
</version>
<packaging>
maven-archetype
</packaging>
<packaging>
maven-archetype
</packaging>
<name>
comm-archetype
</name>
<name>
comm-archetype
</name>
...
@@ -30,31 +37,4 @@
...
@@ -30,31 +37,4 @@
<description>
Semantic Alliance Communication Module Archetype
</description>
<description>
Semantic Alliance Communication Module Archetype
</description>
<url>
gl.kwarc.info/sally4/sally4/comm-archetype/comm-archetype
</url>
<developers>
<developer>
<id>
cjucovschi
</id>
<name>
Constantin Jucovschi
</name>
<email>
c.jucovschi@jacobs-university.de
</email>
</developer>
</developers>
<licenses>
<license>
<name>
GNU General Public License (GPL)
</name>
<url>
http://www.gnu.org/licenses/gpl.txt
</url>
</license>
</licenses>
<distributionManagement>
<repository>
<id>
ossrh
</id>
<url>
https://oss.sonatype.org/service/local/staging/deploy/maven2/
</url>
</repository>
<snapshotRepository>
<id>
ossrh
</id>
<url>
https://oss.sonatype.org/content/repositories/snapshots
</url>
</snapshotRepository>
</distributionManagement>
</project>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment