Skip to content

Commit

Permalink
switch pekko-persistence-inmemory to sonatype repo
Browse files Browse the repository at this point in the history
Signed-off-by: Stanchev Aleksandar <aleksandar.stanchev@bosch.com>
  • Loading branch information
alstanchev authored and Aleksandar Stanchev committed Aug 28, 2023
1 parent 6556895 commit dde02f2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.alstanchev</groupId>
<groupId>io.github.alstanchev</groupId>
<artifactId>pekko-persistence-inmemory_${scala.version}</artifactId>
<version>${pekko-persistence-inmemory.version}</version>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion connectivity/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jmh-generator-annprocess). jmh-generator-annprocess overwrites the whole META-IN
<type>test-jar</type>
</dependency>
<dependency>
<groupId>com.github.alstanchev</groupId>
<groupId>io.github.alstanchev</groupId>
<artifactId>pekko-persistence-inmemory_${scala.version}</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion policies/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.alstanchev</groupId>
<groupId>io.github.alstanchev</groupId>
<artifactId>pekko-persistence-inmemory_${scala.version}</artifactId>
<scope>test</scope>
</dependency>
Expand Down
24 changes: 10 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@
</properties>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/alstanchev/pekko-persistence-inmemory/</url>
</repository>
<repository>
<id>apache-releases</id>
<name>apache-releases</name>
Expand Down Expand Up @@ -290,16 +286,16 @@
<enabled>true</enabled>
</snapshots>
</repository>
<!-- <repository>-->
<!-- <id>sonatype-snapshot</id>-->
<!-- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>true</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<repository>
<id>sonatype-snapshot</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
Expand Down
2 changes: 1 addition & 1 deletion things/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.alstanchev</groupId>
<groupId>io.github.alstanchev</groupId>
<artifactId>pekko-persistence-inmemory_${scala.version}</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit dde02f2

Please sign in to comment.