|
3 | 3 |
|
4 | 4 | <groupId>com.scriptbasic</groupId> |
5 | 5 | <artifactId>jscriptbasic</artifactId> |
6 | | - <version>2.0.0</version> |
| 6 | + <version>2.0.0-SNAPSHOT</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 |
|
9 | | - <parent> |
10 | | - <groupId>org.sonatype.oss</groupId> |
11 | | - <artifactId>oss-parent</artifactId> |
12 | | - <version>7</version> |
13 | | - </parent> |
14 | | - |
15 | 9 | <name>ScriptBasic for Java</name> |
16 | 10 | <url>http://www.scriptbasic.com</url> |
17 | 11 | <organization> |
18 | 12 | <name>Verhas and Verhas Software Craftsmen</name> |
19 | 13 | <url>http://www.verhas.com</url> |
20 | 14 | </organization> |
21 | | - <description>ScriptBasic for Java is an implementation of ScriptBasic for the Java technology, language and |
22 | | - users. |
23 | | - For more information have a look at the site documentation, and use the menu items on the left side. |
24 | | - |
| 15 | + <description>ScriptBasic for Java is an implementation of ScriptBasic for the Java technology, language and users. |
25 | 16 | </description> |
26 | 17 | <issueManagement> |
27 | 18 | <url>https://github.com/verhas/jScriptBasic/issues</url> |
|
48 | 39 | </developer> |
49 | 40 | </developers> |
50 | 41 | <properties> |
51 | | - <powermock.version>1.4.12</powermock.version> |
52 | 42 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
53 | 43 | </properties> |
54 | 44 | <build> |
|
66 | 56 | <plugin> |
67 | 57 | <groupId>org.apache.maven.plugins</groupId> |
68 | 58 | <artifactId>maven-jar-plugin</artifactId> |
69 | | - <version>3.0.2</version> |
| 59 | + <version>3.1.0</version> |
70 | 60 | <configuration> |
71 | 61 | <archive> |
72 | 62 | <manifestEntries> |
|
90 | 80 | </distributionManagement> |
91 | 81 | <dependencies> |
92 | 82 | <dependency> |
93 | | - <groupId>junit</groupId> |
94 | | - <artifactId>junit</artifactId> |
95 | | - <version>4.12</version> |
| 83 | + <groupId>org.mockito</groupId> |
| 84 | + <artifactId>mockito-all</artifactId> |
| 85 | + <version>1.10.19</version> |
96 | 86 | <scope>test</scope> |
97 | 87 | </dependency> |
98 | 88 | <dependency> |
99 | 89 | <groupId>org.junit.jupiter</groupId> |
100 | 90 | <artifactId>junit-jupiter-api</artifactId> |
101 | | - <version>5.2.0</version> |
| 91 | + <version>5.3.1</version> |
102 | 92 | <scope>test</scope> |
103 | 93 | </dependency> |
| 94 | + <dependency> |
| 95 | + <groupId>org.junit.jupiter</groupId> |
| 96 | + <artifactId>junit-jupiter-engine</artifactId> |
| 97 | + <version>5.3.1</version> |
| 98 | + <scope>test</scope> |
| 99 | + </dependency> |
| 100 | + |
104 | 101 | </dependencies> |
105 | | - <profiles> |
106 | | - <profile> |
107 | | - <id>sonatype-oss-release</id> |
108 | | - <build> |
109 | | - <plugins> |
110 | | - <plugin> |
111 | | - <groupId>org.apache.maven.plugins</groupId> |
112 | | - <artifactId>maven-gpg-plugin</artifactId> |
113 | | - <version>1.6</version> |
114 | | - <executions> |
115 | | - <execution> |
116 | | - <id>sign-artifacts</id> |
117 | | - <phase>verify</phase> |
118 | | - <goals> |
119 | | - <goal>sign</goal> |
120 | | - </goals> |
121 | | - </execution> |
122 | | - </executions> |
123 | | - </plugin> |
124 | | - </plugins> |
125 | | - </build> |
126 | | - </profile> |
127 | | - </profiles> |
128 | 102 | </project> |
0 commit comments