Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Víctor Santoja Callejo authored and vjsantojaca committed Oct 19, 2023
1 parent 172434e commit c1bfb3e
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.vjsantojaca</groupId>
<artifactId>embedded-redis</artifactId>
<packaging>jar</packaging>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<name>embedded-redis</name>
<description>Redis embedded server for Java integration testing</description>
<url>https://github.com/vjsantojaca/embedded-redis</url>
Expand Down Expand Up @@ -35,17 +35,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -56,7 +45,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<version>2.7</version>
</dependency>

<!-- TEST DEPENDENCIES -->
Expand All @@ -82,7 +71,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -172,4 +161,13 @@
</build>
</profile>
</profiles>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/vjsantojaca/embedded-redis</url>
</repository>
</distributionManagement>

</project>

0 comments on commit c1bfb3e

Please sign in to comment.