File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >myagentproject</groupId >
55 <artifactId >myagentapp</artifactId >
6- <packaging >jar</packaging >
7- <version >1.0-SNAPSHOT</version >
6+ <version >0.0.1-SNAPSHOT</version >
87 <name >myagentapp</name >
98
109 <properties >
1817 <dependency >
1918 <groupId >org.lightjason</groupId >
2019 <artifactId >agentspeak</artifactId >
21- <version >0.0.1-SNAPSHOT </version >
20+ <version >0.0.1</version >
2221 </dependency >
2322
2423 <dependency >
148147 <configuration >
149148 <rules >
150149 <requireMavenVersion >
151- <version >3.5 </version >
150+ <version >[3.1,) </version >
152151 </requireMavenVersion >
153152 <requireJavaVersion >
154- <version >${maven.compiler.source} </version >
153+ <version >[ ${maven.compiler.source} ,) </version >
155154 </requireJavaVersion >
156155 </rules >
157156 </configuration >
You can’t perform that action at this time.
0 commit comments