Skip to content

Commit 9d45019

Browse files
committed
Update dependency-reduced-pom.xml
1 parent 56fbe3a commit 9d45019

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dependency-reduced-pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.volmit</groupId>
55
<artifactId>GlossChatBubbles</artifactId>
66
<name>GlossChatBubbles</name>
7-
<version>1.9</version>
7+
<version>1.2.0</version>
88
<build>
99
<resources>
1010
<resource>
@@ -103,16 +103,16 @@
103103
<dependency>
104104
<groupId>com.volmit</groupId>
105105
<artifactId>Mortar</artifactId>
106-
<version>1.0.40</version>
106+
<version>1.0.70</version>
107107
<scope>provided</scope>
108108
</dependency>
109109
</dependencies>
110110
<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>
112113
<development.location>${user.home}\Documents\development\servers\dynamic\plugins\${project.name}.jar</development.location>
113114
<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>
116116
</properties>
117117
</project>
118118

0 commit comments

Comments
 (0)