@cronapp/templates 1.0.6 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@cronapp/templates",
3
- "version": "1.0.6",
3
+ "version": "1.0.10",
4
4
  "cronapp-ide-minimum-version": "2.5.0"
5
5
  }
@@ -55,10 +55,6 @@
55
55
  <groupId>io.cronapp</groupId>
56
56
  <artifactId>cronapp-compile-plugin</artifactId>
57
57
  </plugin>
58
- <plugin>
59
- <groupId>org.apache.maven.plugins</groupId>
60
- <artifactId>maven-compiler-plugin</artifactId>
61
- </plugin>
62
58
  <plugin>
63
59
  <groupId>org.apache.maven.plugins</groupId>
64
60
  <artifactId>maven-war-plugin</artifactId>
@@ -159,8 +155,6 @@
159
155
  </dependencies>
160
156
  </#if>
161
157
  <properties>
162
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
163
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
164
158
  <project.cronospass.resource mimetype="folder/servercontext">config</project.cronospass.resource>
165
159
  <#if ((backend??) && (backend?lower_case) == "true") >
166
160
  <project.cronospass.resource mimetype="folder/src">src/main/java</project.cronospass.resource>