Skip to content

Commit c142075

Browse files
committed
Rename project folder
1 parent c2b3545 commit c142075

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+872
-1053
lines changed
File renamed without changes.
File renamed without changes.

swan_core/pom.xml renamed to core/pom.xml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<groupId>de.upb.cs.swt</groupId>
7-
<artifactId>swan_core</artifactId>
7+
<artifactId>swan</artifactId>
8+
<version>2.0.0</version>
89
<packaging>jar</packaging>
9-
<version>1.8.0</version>
1010

11-
<name>SWAN Weakness Detector</name>
11+
12+
<name>SWAN Core</name>
1213
<description>SWAN is a machine-learning approach for detection of methods of interest for security in Java libraries.</description>
1314
<url>https://github.com/secure-software-engineering/swan</url>
1415

@@ -260,6 +261,14 @@
260261
</execution>
261262
</executions>
262263
</plugin>
264+
<plugin>
265+
<groupId>org.apache.maven.plugins</groupId>
266+
<artifactId>maven-compiler-plugin</artifactId>
267+
<configuration>
268+
<source>8</source>
269+
<target>8</target>
270+
</configuration>
271+
</plugin>
263272
</plugins>
264273
</build>
265274

swan_core/src/main/java/de/fraunhofer/iem/swan/Main.java renamed to core/src/main/java/de/fraunhofer/iem/swan/Main.java

Lines changed: 119 additions & 65 deletions
Large diffs are not rendered by default.

swan_core/src/main/java/de/fraunhofer/iem/swan/data/CWE.java renamed to core/src/main/java/de/fraunhofer/iem/swan/data/CWE.java

File renamed without changes.

swan_core/src/main/java/de/fraunhofer/iem/swan/data/Category.java renamed to core/src/main/java/de/fraunhofer/iem/swan/data/Category.java

File renamed without changes.

0 commit comments

Comments
 (0)