diff --git a/README.md b/README.md index 900a9a0..e4c2e87 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Status Generated structure ------------------- + ``` >com.acme |-- com.acme.plugin @@ -19,13 +20,15 @@ Generated structure |-- com.acme.product |-- com.acme.targetplatform ``` + --- + | Parameter | Default Value | Description | |-----------------|----------------|-------------------------| | groupId | groupId | Maven 'groupId' | | artifactId | artifactId | Maven 'artifactId' | | version | 1.0.0-SNAPSHOT | Maven 'version' | -| tychoVersion | 4.0.4 | Tycho 'version' | +| tychoVersion | 4.0.7 | Tycho 'version' | | javaVersion | 17 | Java 'version' | | eclipsePlatform | latest | Eclipse target platform | diff --git a/src/main/resources/META-INF/maven/archetype-metadata.xml b/src/main/resources/META-INF/maven/archetype-metadata.xml index 6836bef..320d457 100644 --- a/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -1,7 +1,8 @@ @@ -11,7 +12,7 @@ - 4.0.4 + 4.0.7 2.7.5 diff --git a/src/test/resources/projects/java-tycho-eclipse-latest/archetype.properties b/src/test/resources/projects/java-tycho-eclipse-latest/archetype.properties index 6fcb92c..7fd3325 100644 --- a/src/test/resources/projects/java-tycho-eclipse-latest/archetype.properties +++ b/src/test/resources/projects/java-tycho-eclipse-latest/archetype.properties @@ -2,7 +2,7 @@ groupId=myGroupId artifactId=myArtifactId version=1.0.0-SNAPSHOT package=myPackage -tychoVersion=4.0.4 +tychoVersion=4.0.7 tychoExtrasVersion=2.7.5 javaVersion=17 eclipsePlatform=latest \ No newline at end of file