Skip to content

Commit

Permalink
upped to 2.0 (camel 4, java 17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jun 14, 2024
1 parent 8fc1576 commit 4e83657
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion camel-filewatcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>camel-parent</artifactId>
<groupId>nl.vpro.camel</groupId>
<version>1.7-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
</parent>

<artifactId>camel-filewatcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-newrelic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>camel-parent</artifactId>
<groupId>nl.vpro.camel</groupId>
<version>1.7-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
</parent>

<artifactId>camel-newrelic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel-scp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>camel-parent</artifactId>
<groupId>nl.vpro.camel</groupId>
<version>1.7-SNAPSHOT</version>
<version>2.0-SNAPSHOT</version>
</parent>

<artifactId>camel-scp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit 4e83657

Please sign in to comment.