Skip to content

Commit

Permalink
rename JSS modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Jan 10, 2018
1 parent 30c04db commit 09232ff
Show file tree
Hide file tree
Showing 1,150 changed files with 8 additions and 8 deletions.
File renamed without changes.
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>java-symbol-solver-core</artifactId>
<artifactId>javaparser-symbol-solver-core</artifactId>
<packaging>jar</packaging>
<description>A Symbol Solver for Java, built on top of JavaParser (core)</description>

Expand Down
File renamed without changes.
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>java-symbol-solver-logic</artifactId>
<artifactId>javaparser-symbol-solver-logic</artifactId>
<packaging>jar</packaging>
<description>A Symbol Solver for Java, built on top of JavaParser (logic)</description>

Expand Down
File renamed without changes.
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>java-symbol-solver-model</artifactId>
<artifactId>javaparser-symbol-solver-model</artifactId>
<packaging>jar</packaging>
<description>A Symbol Solver for Java, built on top of JavaParser (model)</description>

Expand Down
File renamed without changes.
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>java-symbol-solver-testing</artifactId>
<artifactId>javaparser-symbol-solver-testing</artifactId>
<description>A Symbol Solver for Java, built on top of JavaParser (tests)</description>

<licenses>
Expand Down

0 comments on commit 09232ff

Please sign in to comment.