Update the version to 0.0.2-SNAPSHOT

This commit is contained in:
YuCheng Hu 2022-10-19 16:33:25 -04:00
parent 609ccf716b
commit cf72f7d821
5 changed files with 19 additions and 7 deletions

View File

@ -10,5 +10,10 @@
<module name="rets-io-client" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="rets-io" target="11" />
<module name="rets-io-client" target="11" />
<module name="rets-io-common" target="11" />
</bytecodeTargetLevel>
</component>
</project>

View File

@ -1,6 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="ossez-repo-snapshots" />
<option name="name" value="OSSEZ Private Snapshots" />
<option name="url" value="https://repo.ossez.com/repository/maven-snapshots/" />
</remote-repository>
<remote-repository>
<option name="id" value="ossez-repo-releases" />
<option name="name" value="OSSEZ Private Releases" />
<option name="url" value="https://repo.ossez.com/repository/maven-releases/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ossez.usreio</groupId>
<artifactId>rets-io</artifactId>
<version>0.0.1</version>
<version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Rets-Io</name>

View File

@ -3,13 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ossez.usreio</groupId>
<artifactId>rets-io-client</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
<groupId>com.ossez.usreio</groupId>
<artifactId>rets-io</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<name>Rets-Io-Client</name>
@ -45,14 +44,12 @@
</profiles>
<dependencies>
<dependency>
<groupId>com.ossez.usreio</groupId>
<artifactId>rets-io-common</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</dependency>
<!-- LOG -->
<dependency>
<groupId>ch.qos.logback</groupId>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>com.ossez.usreio</groupId>
<artifactId>rets-io</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2-SNAPSHOT</version>
</parent>
<name>Rets-Io-Common</name>