Skip to content

Commit

Permalink
fixed pom artifactid
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherskar committed Jul 11, 2021
1 parent d3c704a commit c431f14
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<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">

<modelVersion>4.0.0</modelVersion>

<groupId>tech.skargen.recloud</groupId>
<artifactId>ReCloud</artifactId>
<artifactId>recloud</artifactId>
<version>0.5-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<name>Researchers Cloud Package</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -113,6 +113,12 @@

<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
Expand All @@ -129,7 +135,13 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit c431f14

Please sign in to comment.