Skip to content

Commit

Permalink
Fix release staging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gwlucastrig committed Jul 21, 2019
1 parent 5f219ee commit f660095
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion analysis/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.tinfour</groupId>
<artifactId>Tinfour</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>TinfourAnalysis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.tinfour</groupId>
<artifactId>Tinfour</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>TinfourCore</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.tinfour</groupId>
<artifactId>Tinfour</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>TinfourDemo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gis/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.tinfour</groupId>
<artifactId>Tinfour</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>TinfourGis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>org.tinfour</groupId>
<artifactId>Tinfour</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>pom</packaging>

<name>Tinfour</name>
Expand Down
11 changes: 0 additions & 11 deletions release.properties

This file was deleted.

2 changes: 1 addition & 1 deletion svm/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.tinfour</groupId>
<artifactId>Tinfour</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>TinfourSvm</artifactId>
Expand Down

0 comments on commit f660095

Please sign in to comment.