-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It generates two logback.xml files in project #5
- Loading branch information
1 parent
2f9a4d7
commit 22bb472
Showing
7 changed files
with
9 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
115 changes: 0 additions & 115 deletions
115
...ple-restful-service/src/main/resources/archetype-resources/src/main/resources/logback.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
<artifactId>act-maven-archetypes</artifactId> | ||
<packaging>pom</packaging> | ||
<version>1.8.17.2-SNAPSHOT</version> | ||
<version>1.8.18.0-SNAPSHOT</version> | ||
|
||
<name>ActFramework Maven Archetypes Project</name> | ||
<description>A set of maven archetypes for actframework application</description> | ||
|
@@ -29,14 +29,14 @@ | |
<parent> | ||
<groupId>org.actframework</groupId> | ||
<artifactId>parent</artifactId> | ||
<version>1.8.17</version> | ||
<version>1.8.18-SNAPSHOT</version> | ||
</parent> | ||
|
||
<properties> | ||
<java.version>1.7</java.version> | ||
<maven.compiler.source>${java.version}</maven.compiler.source> | ||
<maven.compiler.target>${java.version}</maven.compiler.target> | ||
<act-starter-parent.version>1.8.17.1</act-starter-parent.version> | ||
<act-starter-parent.version>1.8.18.0-SNAPSHOT</act-starter-parent.version> | ||
<scm.url>[email protected]:actframework/act-maven-archetypes.git</scm.url> | ||
<maven-dependency-plugin.version>3.0.2</maven-dependency-plugin.version> | ||
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters