Skip to content

Commit

Permalink
Major improvements on API import functionality. Can now download enti…
Browse files Browse the repository at this point in the history
…re districts 💥
  • Loading branch information
kamfosica committed Sep 9, 2022
1 parent 492f046 commit 5bcfcbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.cga</groupId>
<artifactId>sctp</artifactId>
<packaging>pom</packaging>
<version>1.6.7</version>
<version>1.7.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sctp-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sctp</artifactId>
<groupId>org.cga</groupId>
<version>1.6.7</version>
<version>1.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sctp-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sctp</artifactId>
<groupId>org.cga</groupId>
<version>1.6.7</version>
<version>1.7.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion sctp-mis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sctp</artifactId>
<groupId>org.cga</groupId>
<version>1.6.7</version>
<version>1.7.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 5bcfcbc

Please sign in to comment.