Skip to content

Commit 47f7e69

Browse files
committed
chore: #57 Removing old unused release profile
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 621a839 commit 47f7e69

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ A Java Client or SDK that allows you to interact with the Microcks API. It has m
1111

1212
## Build Status
1313

14-
Latest released version is `0.0.3`.
14+
Latest released version is `0.0.4`.
1515

16-
Current development version is `0.0.4-SNAPSHOT`.
16+
Current development version is `0.0.5-SNAPSHOT`.
1717

1818
#### Fossa license and security scans
1919

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

4445
## How to use it?
4546

@@ -50,14 +51,14 @@ If you're using Maven:
5051
<dependency>
5152
<groupId>io.github.microcks</groupId>
5253
<artifactId>microcks-java-client</artifactId>
53-
<version>0.0.3</version>
54+
<version>0.0.4</version>
5455
</dependency>
5556
```
5657

5758
or if you're using Gradle:
5859
```groovy
5960
dependencies {
60-
implementation 'io.github.microcks:microcks-java-client:0.0.3'
61+
implementation 'io.github.microcks:microcks-java-client:0.0.4'
6162
}
6263
```
6364

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -176,30 +176,6 @@
176176
</build>
177177

178178
<profiles>
179-
<profile>
180-
<id>release-old</id>
181-
<build>
182-
<plugins>
183-
<plugin>
184-
<groupId>org.apache.maven.plugins</groupId>
185-
<artifactId>maven-gpg-plugin</artifactId>
186-
<version>1.6</version>
187-
<configuration>
188-
<passphrase>${gpg.passphrase}</passphrase>
189-
</configuration>
190-
<executions>
191-
<execution>
192-
<id>sign-artifacts</id>
193-
<phase>verify</phase>
194-
<goals>
195-
<goal>sign</goal>
196-
</goals>
197-
</execution>
198-
</executions>
199-
</plugin>
200-
</plugins>
201-
</build>
202-
</profile>
203179
<profile>
204180
<id>release</id>
205181
<build>

0 commit comments

Comments
 (0)