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 0af7bc1 commit 3c73230
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lucee</groupId>
<artifactId>kinesis-extension</artifactId>
<version>1.0.0.80</version>
<version>1.0.0.79-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kinesis Extension</name>

<properties>
<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,9 +138,7 @@
<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>${project.version.endsWith("-SNAPSHOT") ? "https://oss.sonatype.org/content/repositories/snapshots" : "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}</url>
<packaging>lex</packaging>
</configuration>
</execution>
Expand Down

0 comments on commit 3c73230

Please sign in to comment.