Skip to content

Commit

Permalink
Updated POM
Browse files Browse the repository at this point in the history
  • Loading branch information
beanbeanjuice committed May 28, 2024
1 parent f61834b commit 5bbbf9e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.beanbeanjuice</groupId>
<artifactId>cafe-api-wrapper</artifactId>
<version>${version.number.final}</version>
<version>1.5.1</version>
<packaging>jar</packaging>

<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<version.number>1.5.0</version.number>
</properties>

<profiles>
Expand All @@ -24,9 +23,9 @@
<activeByDefault>true</activeByDefault>
</activation>

<properties>
<version.number.final>${version.number}-SNAPSHOT</version.number.final>
</properties>
<build>
<finalName>${artifactId}-${version}-SNAPSHOT</finalName>
</build>
</profile>

<profile>
Expand All @@ -35,9 +34,9 @@
<activeByDefault>false</activeByDefault>
</activation>

<properties>
<version.number.final>${version.number}</version.number.final>
</properties>
<build>
<finalName>${artifactId}-${version}</finalName>
</build>
</profile>
</profiles>

Expand Down

0 comments on commit 5bbbf9e

Please sign in to comment.