Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
* release/1.0.2:
  1.0.2
  1.0.2-SNAPSHOT
  fixes #21
  • Loading branch information
nilsreiter committed Apr 4, 2019
2 parents e5b7827 + b669543 commit 9a05984
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion de.unistuttgart.ims.reiter.treeanno.api/pom.xml
Expand Up @@ -67,6 +67,6 @@
<parent>
<groupId>de.unistuttgart.ims.reiter</groupId>
<artifactId>treeanno</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion de.unistuttgart.ims.reiter.treeanno.exec-war/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>de.unistuttgart.ims.reiter</groupId>
<artifactId>treeanno</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<artifactId>treeanno.exec-war</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion de.unistuttgart.ims.reiter.treeanno.tools/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.unistuttgart.ims.reiter</groupId>
<artifactId>treeanno</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
<name>treeanno.tools</name>
<url>http://maven.apache.org</url>
Expand Down
4 changes: 2 additions & 2 deletions de.unistuttgart.ims.reiter.treeanno.war/pom.xml
Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
<version>[1.3.3,)</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -286,6 +286,6 @@
<parent>
<groupId>de.unistuttgart.ims.reiter</groupId>
<artifactId>treeanno</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.unistuttgart.ims.reiter</groupId>
<packaging>pom</packaging>
<version>1.0.1</version>
<version>1.0.2</version>
<name>TreeAnno</name>
<url>https://github.com/nilsreiter/treeanno</url>
<properties>
Expand Down

0 comments on commit 9a05984

Please sign in to comment.