Skip to content

Commit

Permalink
Add new lines at end of changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovds committed Oct 21, 2024
1 parent a586576 commit 0d94fdc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ under the License.
</includes>
</fileSet>
</fileSets>
</archetype-descriptor>
</archetype-descriptor>
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

public class SomeClass {
String name;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
artifactId=demo
groupId=com.example
version=1.0.0-SNAPSHOT
package=com.example
package=com.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ archetypeCatalog=local
groupId=com.company
artifactId=project
version=1.0-SNAPSHOT
package=com.company.project
package=com.company.project
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ requiredPropertyWithoutDefaultValue=a value defined in archetype.properties

requiredPropertyWithDefaultValue=not the default value, but a value defined in archetype.properties

nonRequiredProperty = this is a property that should not be replaced
nonRequiredProperty = this is a property that should not be replaced
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ requiredPropertyWithoutDefaultValue=a value defined in archetype.properties

requiredPropertyWithDefaultValue=not the default value, but a value defined in archetype.properties

nonRequiredProperty = this is a property that should not be replaced
nonRequiredProperty = this is a property that should not be replaced

0 comments on commit 0d94fdc

Please sign in to comment.