Skip to content

Commit

Permalink
chore: #57 Removing old unused release profile
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jan 23, 2025
1 parent 621a839 commit 47f7e69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ A Java Client or SDK that allows you to interact with the Microcks API. It has m

## Build Status

Latest released version is `0.0.3`.
Latest released version is `0.0.4`.

Current development version is `0.0.4-SNAPSHOT`.
Current development version is `0.0.5-SNAPSHOT`.

#### Fossa license and security scans

Expand All @@ -40,6 +40,7 @@ To get involved with our community, please make sure you are familiar with the p
|-------------|------------------|
| `0.0.2` | `1.10.0` and + |
| `0.0.3` | `1.10.0` and + |
| `0.0.4` | `1.10.0` and + |

## How to use it?

Expand All @@ -50,14 +51,14 @@ If you're using Maven:
<dependency>
<groupId>io.github.microcks</groupId>
<artifactId>microcks-java-client</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
</dependency>
```

or if you're using Gradle:
```groovy
dependencies {
implementation 'io.github.microcks:microcks-java-client:0.0.3'
implementation 'io.github.microcks:microcks-java-client:0.0.4'
}
```

Expand Down
24 changes: 0 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,30 +176,6 @@
</build>

<profiles>
<profile>
<id>release-old</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release</id>
<build>
Expand Down

0 comments on commit 47f7e69

Please sign in to comment.