Skip to content
Snippets Groups Projects

Remove snapshot from Common API version

Merged Martin Lowe requested to merge malowe-main-patch-78701 into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -5,7 +5,7 @@
<artifactId>eclipsefdn-downloads-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<properties>
<eclipse-api-version>0.6.5-SNAPSHOT</eclipse-api-version>
<eclipse-api-version>0.6.5</eclipse-api-version>
<surefire-plugin.version>2.22.1</surefire-plugin.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.target>11</maven.compiler.target>
@@ -236,4 +236,4 @@
</properties>
</profile>
</profiles>
</project>
\ No newline at end of file
</project>
Loading