Skip to content

Commit

Permalink
enabled snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed May 14, 2022
1 parent e4aee1e commit 4edc912
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ELDependenci-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eldependenci</artifactId>
<groupId>org.eldependenci</groupId>
<version>0.1.8</version>
<version>0.1.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion eldependenci-addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eldependenci</artifactId>
<groupId>org.eldependenci</groupId>
<version>0.1.8</version>
<version>0.1.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion eldependenci-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eldependenci</artifactId>
<groupId>org.eldependenci</groupId>
<version>0.1.8</version>
<version>0.1.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.eldependenci</groupId>
<artifactId>eldependenci</artifactId>
<packaging>pom</packaging>
<version>0.1.8</version>
<version>0.1.8-SNAPSHOT</version>
<modules>
<module>eldependenci-framework</module>
<module>eldependenci-addon</module>
Expand Down Expand Up @@ -243,8 +243,13 @@
<id>github</id>
<name>Github ELDependenci Apache Maven Packages</name>
<url>https://maven.pkg.github.com/ELDependenci/eldependenci</url>
<uniqueVersion>false</uniqueVersion>
</repository>
<snapshotRepository>
<id>github</id>
<name>Github ELDependenci Apache Maven Packages</name>
<url>https://maven.pkg.github.com/ELDependenci/eldependenci</url>
<uniqueVersion>true</uniqueVersion>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 4edc912

Please sign in to comment.