Skip to content

Commit

Permalink
prepare for building (debug) version v0.10.7a, and http => https in p…
Browse files Browse the repository at this point in the history
…arent pom
  • Loading branch information
jan-at-the-hyve committed Nov 1, 2022
1 parent 3067402 commit 512a076
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.ohdsi</groupId>
<artifactId>leporidae</artifactId>
<packaging>pom</packaging>
<version>0.10.7</version>
<version>0.10.7a</version>
<modules>
<module>rabbitinahat</module>
<module>whiterabbit</module>
Expand All @@ -28,7 +28,7 @@
<repository>
<id>clojars</id>
<name>Clojars Repository</name>
<url>http://clojars.org/repo/</url>
<url>https://clojars.org/repo/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
Expand All @@ -55,7 +55,7 @@
<repository>
<id>jahia</id>
<name>Geomajas Repository</name>
<url>http://maven.geomajas.org/</url>
<url>https://maven.geomajas.org/</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>
Expand Down
2 changes: 1 addition & 1 deletion rabbit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>leporidae</artifactId>
<groupId>org.ohdsi</groupId>
<version>0.10.7</version>
<version>0.10.7a</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rabbitinahat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>leporidae</artifactId>
<groupId>org.ohdsi</groupId>
<version>0.10.7</version>
<version>0.10.7a</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion whiterabbit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>leporidae</artifactId>
<groupId>org.ohdsi</groupId>
<version>0.10.7</version>
<version>0.10.7a</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 512a076

Please sign in to comment.