Skip to content

Commit

Permalink
release v0.7.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
remstef committed Sep 6, 2017
1 parent ee22ea0 commit d21ce0b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions lt.seg.hadoop/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<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>

<parent>
<groupId>de.tudarmstadt</groupId>
<artifactId>seg</artifactId>
<version>0.7.1a</version>
<version>0.7.1b</version>
</parent>

<properties>
<hadoop.version>2.6.0-cdh5.4.11</hadoop.version>
</properties>

<artifactId>lt.seg.hadoop</artifactId>

<repositories>
Expand All @@ -22,7 +22,7 @@
<snapshots><enabled>false</enabled></snapshots>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions lt.seg/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<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>

<parent>
<groupId>de.tudarmstadt</groupId>
<artifactId>seg</artifactId>
<version>0.7.1a</version>
<version>0.7.1b</version>
</parent>

<artifactId>lt.seg</artifactId>

<build>
Expand Down
2 changes: 1 addition & 1 deletion lt.utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.tudarmstadt</groupId>
<artifactId>seg</artifactId>
<version>0.7.1a</version>
<version>0.7.1b</version>
</parent>

<artifactId>lt.utilities</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<properties>
<seg.version>0.7.1a</seg.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -14,18 +14,18 @@

<groupId>de.tudarmstadt</groupId>
<artifactId>seg</artifactId>
<version>0.7.1a</version>
<version>0.7.1b</version>
<name>seg</name>

<packaging>pom</packaging>


<modules>
<module>lt.utilities</module>
<module>lt.utilities</module>
<module>lt.seg</module>
<module>lt.seg.hadoop</module>
</modules>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit d21ce0b

Please sign in to comment.