|
2 | 2 | <modelVersion>4.0.0</modelVersion>
|
3 | 3 |
|
4 | 4 | <artifactId>sansa-owl-parent_2.11</artifactId>
|
5 |
| - <version>0.4.3-SNAPSHOT</version> |
| 5 | + <version>0.5.1-SNAPSHOT</version> |
6 | 6 |
|
7 |
| - <parent> |
8 |
| - <groupId>net.sansa-stack</groupId> |
9 |
| - <artifactId>sansa-parent</artifactId> |
10 |
| - <version>0.5.1-SNAPSHOT</version> |
11 |
| - </parent> |
| 7 | + <parent> |
| 8 | + <groupId>net.sansa-stack</groupId> |
| 9 | + <artifactId>sansa-parent</artifactId> |
| 10 | + <version>0.5.1-SNAPSHOT</version> |
| 11 | + </parent> |
12 | 12 |
|
13 | 13 | <packaging>pom</packaging>
|
14 | 14 | <name>OWL - Parent</name>
|
|
66 | 66 | <module>sansa-owl-common</module>
|
67 | 67 | </modules>
|
68 | 68 |
|
69 |
| - |
70 |
| - |
71 |
| - |
72 | 69 | <profiles>
|
73 |
| - <!-- profile necessary for Scalastyle plugin to find the conf file --> |
74 |
| - <!-- if the file ./scalastyle-config.xml exists, we're in the parent |
75 |
| - module (or 'root directory'). In this case it doesn't make sense to |
76 |
| - run the scalastyle plugin. Thus the ${scalastyle.skip} property is |
77 |
| - set to true and the plugin won't be executed --> |
78 |
| -<!-- <profile> --> |
79 |
| -<!-- <id>root-dir</id> --> |
80 |
| -<!-- <activation> --> |
81 |
| -<!-- <file> --> |
82 |
| -<!-- <exists>scalastyle-config.xml</exists> --> |
83 |
| -<!-- </file> --> |
84 |
| -<!-- </activation> --> |
85 |
| -<!-- <properties> --> |
86 |
| -<!-- <scalastyle.skip>true</scalastyle.skip> --> |
87 |
| -<!-- </properties> --> |
88 |
| -<!-- </profile> --> |
89 |
| - |
90 | 70 | <!-- the profile used for deployment to Sonatype Maven repository -->
|
91 | 71 | <profile>
|
92 | 72 | <id>release</id>
|
|
194 | 174 | </profile>
|
195 | 175 | </profiles>
|
196 | 176 |
|
197 |
| - <repositories> |
198 |
| - <repository> |
199 |
| - <id>oss-sonatype</id> |
200 |
| - <name>oss-sonatype</name> |
201 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
202 |
| - <snapshots> |
203 |
| - <enabled>true</enabled> |
204 |
| - </snapshots> |
205 |
| - </repository> |
206 |
| - <repository> |
207 |
| - <id>apache-snapshot</id> |
208 |
| - <name>Apache repository (snapshots)</name> |
209 |
| - <url>https://repository.apache.org/content/repositories/snapshots/</url> |
210 |
| - <snapshots> |
211 |
| - <enabled>true</enabled> |
212 |
| - </snapshots> |
213 |
| - </repository> |
214 |
| - <repository> |
215 |
| - <id>maven.aksw.snapshots</id> |
216 |
| - <name>AKSW Snapshot Repository</name> |
217 |
| - <url>http://maven.aksw.org/archiva/repository/snapshots</url> |
218 |
| - <releases> |
219 |
| - <enabled>false</enabled> |
220 |
| - </releases> |
221 |
| - <snapshots> |
222 |
| - <enabled>true</enabled> |
223 |
| - </snapshots> |
224 |
| - </repository> |
225 |
| - <repository> |
226 |
| - <id>maven.aksw.internal</id> |
227 |
| - <name>AKSW Release Repository</name> |
228 |
| - <url>http://maven.aksw.org/archiva/repository/internal</url> |
229 |
| - <releases> |
230 |
| - <enabled>true</enabled> |
231 |
| - </releases> |
232 |
| - <snapshots> |
233 |
| - <enabled>false</enabled> |
234 |
| - </snapshots> |
235 |
| - </repository> |
236 |
| - </repositories> |
| 177 | + <repositories> |
| 178 | + <repository> |
| 179 | + <id>oss-sonatype</id> |
| 180 | + <name>oss-sonatype</name> |
| 181 | + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 182 | + <snapshots> |
| 183 | + <enabled>true</enabled> |
| 184 | + </snapshots> |
| 185 | + </repository> |
| 186 | + <repository> |
| 187 | + <id>apache-snapshot</id> |
| 188 | + <name>Apache repository (snapshots)</name> |
| 189 | + <url>https://repository.apache.org/content/repositories/snapshots/</url> |
| 190 | + <snapshots> |
| 191 | + <enabled>true</enabled> |
| 192 | + </snapshots> |
| 193 | + </repository> |
| 194 | + <repository> |
| 195 | + <id>maven.aksw.snapshots</id> |
| 196 | + <name>AKSW Snapshot Repository</name> |
| 197 | + <url>http://maven.aksw.org/archiva/repository/snapshots</url> |
| 198 | + <releases> |
| 199 | + <enabled>false</enabled> |
| 200 | + </releases> |
| 201 | + <snapshots> |
| 202 | + <enabled>true</enabled> |
| 203 | + </snapshots> |
| 204 | + </repository> |
| 205 | + <repository> |
| 206 | + <id>maven.aksw.internal</id> |
| 207 | + <name>AKSW Release Repository</name> |
| 208 | + <url>http://maven.aksw.org/archiva/repository/internal</url> |
| 209 | + <releases> |
| 210 | + <enabled>true</enabled> |
| 211 | + </releases> |
| 212 | + <snapshots> |
| 213 | + <enabled>false</enabled> |
| 214 | + </snapshots> |
| 215 | + </repository> |
| 216 | + </repositories> |
237 | 217 |
|
238 | 218 | </project>
|
0 commit comments