<dependency>
<groupId>org.funcish</groupId>
<artifactId>funcish-core</artifactId>
<version>1.0.0</version>
</dependency>
<parent>
<groupId>org.example</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.0</version>
</parent>
<dependency>
<groupId>org.funcish</groupId>
<artifactId>funcish-core</artifactId>
<version>2.0.0</version>
</dependency>