File tree Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.oxff</groupId >
8
8
<artifactId >SqlMapConsole</artifactId >
9
- <version >0.0.1 </version >
9
+ <version >0.0.34 </version >
10
10
<properties >
11
11
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
12
- <!-- <maven.compiler.source>8</maven.compiler.source>-->
13
- <!-- <maven.compiler.target>8</maven.compiler.target>-->
14
12
</properties >
15
13
16
14
<build >
17
15
<sourceDirectory >src/main/java</sourceDirectory >
18
-
19
16
<plugins >
20
17
<plugin >
21
18
<artifactId >maven-compiler-plugin</artifactId >
22
19
<version >3.8.0</version >
23
20
<configuration >
24
- <source >11 </source >
25
- <target >11 </target >
21
+ <source >8 </source >
22
+ <target >8 </target >
26
23
<encoding >UTF-8</encoding >
27
24
</configuration >
28
25
</plugin >
33
30
<descriptorRefs >
34
31
<descriptorRef >jar-with-dependencies</descriptorRef >
35
32
</descriptorRefs >
33
+ <finalName >${project.artifactId} -v${project.version} -jdk8-full</finalName >
34
+ <appendAssemblyId >false</appendAssemblyId >
35
+ <attach >false</attach >
36
36
</configuration >
37
37
<executions >
38
38
<execution >
115
115
</dependency >
116
116
117
117
</dependencies >
118
- <!-- <build>-->
119
- <!-- <plugins>-->
120
- <!-- <plugin>-->
121
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
122
- <!-- <artifactId>maven-compiler-plugin</artifactId>-->
123
- <!-- <configuration>-->
124
- <!-- <source>9</source>-->
125
- <!-- <target>9</target>-->
126
- <!-- </configuration>-->
127
- <!-- </plugin>-->
128
- <!-- </plugins>-->
129
- <!-- </build>-->
130
-
131
118
</project >
You can’t perform that action at this time.
0 commit comments