Skip to content

Commit

Permalink
test creating a snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 19, 2024
1 parent f079319 commit 5e3eab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<bundlename>kinesis-extension</bundlename>
</properties>

<scm>
Expand Down Expand Up @@ -137,8 +136,9 @@
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>

<repositoryId>ossrh</repositoryId>
<url>${project.version.endsWith("SNAPSHOT") ? "https://oss.sonatype.org/content/repositories/snapshots" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}</url>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<packaging>lex</packaging>
</configuration>
</execution>
Expand Down

0 comments on commit 5e3eab4

Please sign in to comment.