Kaynağa Gözat

updated ssh plugin

tags/CommEngine-0.0.2
yiu 6 yıl önce
ebeveyn
işleme
6de85f03a6
1 değiştirilmiş dosya ile 6 ekleme ve 4 silme
  1. +6
    -4
      pom.xml

+ 6
- 4
pom.xml Dosyayı Görüntüle

@@ -1,4 +1,6 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>alerttek</groupId>
<artifactId>CommEngine</artifactId>
@@ -8,8 +10,8 @@
</properties>
<scm>
<developerConnection>scm:git:ssh://dev1.link2tek.net/home/alerttekdev/git_hub/CommEngine.git</developerConnection>
<tag>HEAD</tag>
</scm>
<tag>HEAD</tag>
</scm>

<build>
<plugins>
@@ -30,7 +32,7 @@
<dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
<version>3.3.2</version>
</dependency>
</dependencies>
</plugin>


Yükleniyor…
İptal
Kaydet