Skip to content

Commit

Permalink
Add explicit source/target version of 1.8
Browse files Browse the repository at this point in the history
Fix the master version back to 2.0.1-SNAPSHOT

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Feb 16, 2021
1 parent 5c9e19e commit 749c66a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>jakarta.inject-api</artifactId>
<packaging>jar</packaging>
<name>Jakarta Dependency Injection</name>
<version>1.0.3-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<description>Jakarta Dependency Injection</description>
<url>https://github.com/eclipse-ee4j/injection-api</url>
<licenses>
Expand Down Expand Up @@ -74,6 +74,8 @@
<properties>
<packages.export>jakarta.inject.*</packages.export>
<spec_version>2.0</spec_version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<build>
Expand Down

0 comments on commit 749c66a

Please sign in to comment.