Skip to content

Commit

Permalink
updating poms for release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwestphal committed Jul 21, 2015
1 parent 0af1c46 commit 4cc0284
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.dllearner</groupId>
<artifactId>dllearner-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion components-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.dllearner</groupId>
<artifactId>dllearner-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.dllearner</groupId>
<artifactId>dllearner-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.dllearner</groupId>
<artifactId>dllearner-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>pom</packaging>
<name>DL Learner Parent Pom</name>
<url>http://aksw.org/Projects/DLLearner</url>
Expand Down
2 changes: 1 addition & 1 deletion scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.dllearner</groupId>
<artifactId>dllearner-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
</parent>


Expand Down

0 comments on commit 4cc0284

Please sign in to comment.