File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<groupId >com.volmit</groupId >
5
5
<artifactId >GlossChatBubbles</artifactId >
6
6
<name >GlossChatBubbles</name >
7
- <version >1.9 </version >
7
+ <version >1.2.0 </version >
8
8
<build >
9
9
<resources >
10
10
<resource >
103
103
<dependency >
104
104
<groupId >com.volmit</groupId >
105
105
<artifactId >Mortar</artifactId >
106
- <version >1.0.40 </version >
106
+ <version >1.0.70 </version >
107
107
<scope >provided</scope >
108
108
</dependency >
109
109
</dependencies >
110
110
<properties >
111
- <skip .copy>false</skip .copy>
111
+ <maven .compiler.target>1.8</maven .compiler.target>
112
+ <maven .compiler.source>1.8</maven .compiler.source>
112
113
<development .location>${user.home}\Documents\development\servers\dynamic\plugins\${project.name}.jar</development .location>
113
114
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
114
- <maven .compiler.source>1.8</maven .compiler.source>
115
- <maven .compiler.target>1.8</maven .compiler.target>
115
+ <skip .copy>false</skip .copy>
116
116
</properties >
117
117
</project >
118
118
You can’t perform that action at this time.
0 commit comments