Skip to content

Commit

Permalink
Updated Pom file for project deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
iridin committed Jun 5, 2017
1 parent 2fac887 commit 22c950c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
9 changes: 8 additions & 1 deletion jdeeco-adaptation-plugin/pom.xml
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>cz.cuni.mff.d3s</groupId>
<artifactId>meta-adaptation-manager</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
Expand All @@ -58,4 +58,11 @@
<url>https://gitlab.d3s.mff.cuni.cz:8443/repository/releases/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>d3s</id>
<name>D3S maven repository</name>
<url>https://gitlab.d3s.mff.cuni.cz:8443/repository/releases</url>
</repository>
</distributionManagement>
</project>
29 changes: 14 additions & 15 deletions jdeeco-modes/pom.xml
@@ -1,18 +1,10 @@
<!--
Copyright 2015 Charles University in Prague
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- Copyright 2015 Charles University in Prague Licensed under the Apache
License, Version 2.0 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License. -->
<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>
Expand Down Expand Up @@ -47,4 +39,11 @@
<url>https://gitlab.d3s.mff.cuni.cz:8443/repository/releases/</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>d3s</id>
<name>D3S maven repository</name>
<url>https://gitlab.d3s.mff.cuni.cz:8443/repository/releases</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 22c950c

Please sign in to comment.