Skip to content

Commit 967f9fc

Browse files
committed
FEAT: DEPLOYED TO MAVEN CENTRAL
1 parent b3388a4 commit 967f9fc

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@
2323
hs_err_pid*
2424
replay_pid*
2525

26-
target/
26+
target/
27+
28+
*.gpg

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ The package have been build to be used with maven. To install it, just add the f
3939

4040
...
4141

42-
<!-- PRICINGPLANS-4J -->
42+
<!-- Pricing4Java -->
4343

4444
<dependency>
4545
<groupId>io.github.isa-group</groupId>
46-
<artifactId>pricingplans-4j</artifactId>
46+
<artifactId>Pricing4Java</artifactId>
4747
<version>{version}</version>
4848
</dependency>
4949

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<groupId>io.github.isa-group</groupId>
9-
<artifactId>pricingplans-4j</artifactId>
10-
<version>3.1.0-SNAPSHOT</version>
9+
<artifactId>Pricing4Java</artifactId>
10+
<version>3.1.0</version>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
1313
<description>A pricing driven feature toggling library for java</description>
@@ -53,8 +53,8 @@
5353
<aspectj.version>1.9.7</aspectj.version>
5454
<spring.version>5.3.24</spring.version>
5555
<spring.boot.version>2.7.6</spring.boot.version>
56-
<maven.compiler.source>8</maven.compiler.source>
57-
<maven.compiler.target>8</maven.compiler.target>
56+
<maven.compiler.source>11</maven.compiler.source>
57+
<maven.compiler.target>11</maven.compiler.target>
5858
</properties>
5959

6060

@@ -162,7 +162,7 @@
162162
</dependencies>
163163

164164
<build>
165-
<finalName>PRICINGPLANS_4J</finalName>
165+
<finalName>Pricing4Java</finalName>
166166
<plugins>
167167

168168

0 commit comments

Comments
 (0)