Commit f940218efdb9b73bcfd844d4f53db0781d3255d8

Authored by Mateusz Kopeć
1 parent e1126cdb

add zil repo

Showing 1 changed file with 21 additions and 3 deletions
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 <dependency> 43 <dependency>
44 <groupId>pl.waw.ipipan.zil.multiservice</groupId> 44 <groupId>pl.waw.ipipan.zil.multiservice</groupId>
45 <artifactId>utils</artifactId> 45 <artifactId>utils</artifactId>
46 - <version>1.0-SNAPSHOT</version> 46 + <version>1.0</version>
47 </dependency> 47 </dependency>
48 48
49 <dependency> 49 <dependency>
@@ -73,13 +73,12 @@ @@ -73,13 +73,12 @@
73 </dependency> 73 </dependency>
74 </dependencies> 74 </dependencies>
75 75
76 -  
77 <build> 76 <build>
78 <plugins> 77 <plugins>
79 <plugin> 78 <plugin>
80 <groupId>org.apache.maven.plugins</groupId> 79 <groupId>org.apache.maven.plugins</groupId>
81 <artifactId>maven-compiler-plugin</artifactId> 80 <artifactId>maven-compiler-plugin</artifactId>
82 - <version>3.1</version> 81 + <version>3.5.1</version>
83 <configuration> 82 <configuration>
84 <source>${java.version.build}</source> 83 <source>${java.version.build}</source>
85 <target>${java.version.build}</target> 84 <target>${java.version.build}</target>
@@ -88,6 +87,24 @@ @@ -88,6 +87,24 @@
88 </plugins> 87 </plugins>
89 </build> 88 </build>
90 89
  90 + <repositories>
  91 + <repository>
  92 + <id>zil-maven-snapshot-repo</id>
  93 + <name>ZIL maven snapshot repository</name>
  94 + <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url>
  95 + </repository>
  96 + <repository>
  97 + <id>zil-maven-release-repo</id>
  98 + <name>ZIL maven release repository</name>
  99 + <url>http://maven.nlp.ipipan.waw.pl/content/repositories/releases/</url>
  100 + </repository>
  101 + <repository>
  102 + <id>zil-maven-repo-3rdparty</id>
  103 + <name>ZIL maven repository 3rdparty</name>
  104 + <url>http://maven.nlp.ipipan.waw.pl/content/repositories/thirdparty/</url>
  105 + </repository>
  106 + </repositories>
  107 +
91 <distributionManagement> 108 <distributionManagement>
92 <repository> 109 <repository>
93 <id>deployment</id> 110 <id>deployment</id>
@@ -98,4 +115,5 @@ @@ -98,4 +115,5 @@
98 <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url> 115 <url>http://maven.nlp.ipipan.waw.pl/content/repositories/snapshots/</url>
99 </snapshotRepository> 116 </snapshotRepository>
100 </distributionManagement> 117 </distributionManagement>
  118 +
101 </project> 119 </project>
102 \ No newline at end of file 120 \ No newline at end of file