Compare commits

..

No commits in common. "72f111f97f5bc85218eec20d71669a4580be2ab3" and "7c60e55845bd381fbd8f51b3baed66ab7124ea0e" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.struchkov.haiti</groupId> <groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId> <artifactId>haiti-dependencies</artifactId>
<version>2.7.3-SNAPSHOT</version> <version>2.7.2-SNAPSHOT</version>
</parent> </parent>
<artifactId>haiti-exception</artifactId> <artifactId>haiti-exception</artifactId>

View File

@ -4,7 +4,7 @@
<parent> <parent>
<groupId>dev.struchkov.haiti</groupId> <groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId> <artifactId>haiti-dependencies</artifactId>
<version>2.7.3-SNAPSHOT</version> <version>2.7.2-SNAPSHOT</version>
</parent> </parent>
<name>Haiti Utils</name> <name>Haiti Utils</name>

View File

@ -4,7 +4,7 @@
<groupId>dev.struchkov.haiti</groupId> <groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-dependencies</artifactId> <artifactId>haiti-dependencies</artifactId>
<version>2.7.3-SNAPSHOT</version> <version>2.7.2-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Haiti Framework</name> <name>Haiti Framework</name>
@ -50,12 +50,12 @@
<dependency> <dependency>
<groupId>dev.struchkov.haiti</groupId> <groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-exception</artifactId> <artifactId>haiti-exception</artifactId>
<version>2.7.3-SNAPSHOT</version> <version>2.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>dev.struchkov.haiti</groupId> <groupId>dev.struchkov.haiti</groupId>
<artifactId>haiti-utils</artifactId> <artifactId>haiti-utils</artifactId>
<version>2.7.3-SNAPSHOT</version> <version>2.7.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>