Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 2cf1e95

Browse files
POM cleanup and version update
1 parent 5ff71d3 commit 2cf1e95

File tree

4 files changed

+51
-167
lines changed

4 files changed

+51
-167
lines changed

pom.xml

Lines changed: 46 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33

44
<artifactId>sansa-owl-parent_2.11</artifactId>
5-
<version>0.4.3-SNAPSHOT</version>
5+
<version>0.5.1-SNAPSHOT</version>
66

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>
1212

1313
<packaging>pom</packaging>
1414
<name>OWL - Parent</name>
@@ -66,27 +66,7 @@
6666
<module>sansa-owl-common</module>
6767
</modules>
6868

69-
70-
71-
7269
<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-
9070
<!-- the profile used for deployment to Sonatype Maven repository -->
9171
<profile>
9272
<id>release</id>
@@ -194,45 +174,45 @@
194174
</profile>
195175
</profiles>
196176

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>
237217

238218
</project>

sansa-owl-common/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
<name>SANSA OWL layer - Common</name>
1414
<artifactId>sansa-owl-common_2.11</artifactId>
15-
<version>0.4.3-SNAPSHOT</version>
1615

1716
<dependencies>
1817
<!-- Scala dependencies -->
@@ -49,27 +48,4 @@
4948
<artifactId>scala-logging_2.11</artifactId>
5049
</dependency>
5150
</dependencies>
52-
53-
<!-- <build> -->
54-
<!-- <plugins> -->
55-
<!-- <plugin> -->
56-
<!-- <groupId>net.alchim31.maven</groupId> -->
57-
<!-- <artifactId>scala-maven-plugin</artifactId> -->
58-
<!-- </plugin> -->
59-
60-
<!-- <plugin> -->
61-
<!-- <artifactId>maven-compiler-plugin</artifactId> -->
62-
<!-- </plugin> -->
63-
64-
<!-- <plugin> -->
65-
<!-- <groupId>org.scalatest</groupId> -->
66-
<!-- <artifactId>scalatest-maven-plugin</artifactId> -->
67-
<!-- </plugin> -->
68-
69-
<!-- <plugin> -->
70-
<!-- <groupId>org.scalastyle</groupId> -->
71-
<!-- <artifactId>scalastyle-maven-plugin</artifactId> -->
72-
<!-- </plugin> -->
73-
<!-- </plugins> -->
74-
<!-- </build> -->
7551
</project>

sansa-owl-flink/pom.xml

Lines changed: 5 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
</parent>
1212

1313
<artifactId>sansa-owl-flink_2.11</artifactId>
14-
<version>0.4.3-SNAPSHOT</version>
1514

1615
<name>SANSA OWL layer - Flink</name>
1716
<description>A library to read OWL files into Flink.</description>
@@ -34,38 +33,16 @@
3433
<groupId>org.apache.flink</groupId>
3534
<artifactId>flink-scala_${scala.binary.version}</artifactId>
3635
</dependency>
37-
<!--
38-
<dependency>
39-
<groupId>org.apache.flink</groupId>
40-
<artifactId>flink-core</artifactId>
41-
</dependency>
42-
-->
4336
<dependency>
4437
<groupId>org.apache.flink</groupId>
4538
<artifactId>flink-clients_${scala.binary.version}</artifactId>
4639
</dependency>
47-
<!--
48-
<dependency>
49-
<groupId>org.apache.flink</groupId>
50-
<artifactId>flink-filesystems</artifactId>
51-
<type>pom</type>
52-
</dependency>
53-
<dependency>
54-
<groupId>org.apache.flink</groupId>
55-
<artifactId>flink-shaded-hadoop</artifactId>
56-
<type>pom</type>
57-
</dependency>
58-
-->
59-
<dependency>
60-
<groupId>de.javakaffee</groupId>
61-
<artifactId>kryo-serializers</artifactId>
62-
</dependency>
63-
6440
<dependency>
6541
<groupId>org.apache.flink</groupId>
6642
<artifactId>flink-hadoop-compatibility_${scala.binary.version}</artifactId>
6743
</dependency>
6844

45+
<!-- Hadoop dependencies -->
6946
<dependency>
7047
<groupId>org.apache.hadoop</groupId>
7148
<artifactId>hadoop-common</artifactId>
@@ -86,39 +63,14 @@
8663
<groupId>org.scalatest</groupId>
8764
<artifactId>scalatest_${scala.binary.version}</artifactId>
8865
</dependency>
89-
90-
<!-- Logging dependencies -->
91-
<!--
66+
67+
<!-- Misc -->
9268
<dependency>
93-
<groupId>log4j</groupId>
94-
<artifactId>log4j</artifactId>
69+
<groupId>de.javakaffee</groupId>
70+
<artifactId>kryo-serializers</artifactId>
9571
</dependency>
96-
-->
9772
</dependencies>
9873

99-
<!-- <build> -->
100-
<!-- <plugins> -->
101-
<!-- <plugin> -->
102-
<!-- <groupId>net.alchim31.maven</groupId> -->
103-
<!-- <artifactId>scala-maven-plugin</artifactId> -->
104-
<!-- </plugin> -->
105-
106-
<!-- <plugin> -->
107-
<!-- <artifactId>maven-compiler-plugin</artifactId> -->
108-
<!-- </plugin> -->
109-
110-
<!-- <plugin> -->
111-
<!-- <groupId>org.scalatest</groupId> -->
112-
<!-- <artifactId>scalatest-maven-plugin</artifactId> -->
113-
<!-- </plugin> -->
114-
115-
<!-- <plugin> -->
116-
<!-- <groupId>org.scalastyle</groupId> -->
117-
<!-- <artifactId>scalastyle-maven-plugin</artifactId> -->
118-
<!-- </plugin> -->
119-
<!-- </plugins> -->
120-
<!-- </build> -->
121-
12274
<profiles>
12375
<profile>
12476
<id>build-jar</id>

sansa-owl-spark/pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
</parent>
1111

1212
<artifactId>sansa-owl-spark_2.11</artifactId>
13-
<version>0.4.3-SNAPSHOT</version>
1413

1514
<name>SANSA OWL layer - SPARK</name>
1615
<description>A library to read OWL files into Spark.</description>
@@ -89,29 +88,6 @@
8988
</dependency>
9089
</dependencies>
9190

92-
<!-- <build> -->
93-
<!-- <plugins> -->
94-
<!-- <plugin> -->
95-
<!-- <groupId>net.alchim31.maven</groupId> -->
96-
<!-- <artifactId>scala-maven-plugin</artifactId> -->
97-
<!-- </plugin> -->
98-
99-
<!-- <plugin> -->
100-
<!-- <artifactId>maven-compiler-plugin</artifactId> -->
101-
<!-- </plugin> -->
102-
103-
<!-- <plugin> -->
104-
<!-- <groupId>org.scalatest</groupId> -->
105-
<!-- <artifactId>scalatest-maven-plugin</artifactId> -->
106-
<!-- </plugin> -->
107-
108-
<!-- <plugin> -->
109-
<!-- <groupId>org.scalastyle</groupId> -->
110-
<!-- <artifactId>scalastyle-maven-plugin</artifactId> -->
111-
<!-- </plugin> -->
112-
<!-- </plugins> -->
113-
<!-- </build> -->
114-
11591
<profiles>
11692
<profile>
11793
<id>build-jar</id>

0 commit comments

Comments
 (0)