Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Add empty oslc4j-client module
Browse files Browse the repository at this point in the history
To force cleanup of the SNAPSHOT version

Signed-off-by: Andrew Berezovskyi <andriib@kth.se>
  • Loading branch information
berezovskyi committed Nov 10, 2020
1 parent a0c5365 commit 903b852
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions oslc4j-client/pom.xml
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>clients-parent</artifactId>
<groupId>org.eclipse.lyo.clients</groupId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oslc4j-client</artifactId>


</project>
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -25,6 +25,7 @@
<!-- Legacy code -->
<module>oslc-java-client</module>
<module>oslc-java-client-resources</module>
<module>oslc4j-client</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 903b852

Please sign in to comment.