diff --git a/pom.xml b/pom.xml index b18ffe7..2a2f1b1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>io.github.amithkoujalgi</groupId> <artifactId>ollama4j</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <properties> <maven.compiler.source>11</maven.compiler.source> @@ -32,7 +32,7 @@ <scm> <connection>scm:git:git@github.com:amithkoujalgi/ollama4j.git</connection> - <developerConnection>scm:git:ssh://github.com:amithkoujalgi/ollama4j.git</developerConnection> + <developerConnection>scm:git:https://github.com/amithkoujalgi/ollama4j.git</developerConnection> <url>https://github.com/amithkoujalgi/ollama4j/tree/main</url> </scm> @@ -96,21 +96,6 @@ </execution> </executions> </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <version>3.0.1</version> - <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> - <useReleaseProfile>false</useReleaseProfile> - <releaseProfiles>release</releaseProfiles> - <preparationGoals> - clean verify - </preparationGoals> - </configuration> - </plugin> - </plugins> </build>