Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
aunkrig committed Sep 22, 2016
1 parent 874a08b commit 15bc545
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion commons-compiler-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
</plugin>
</plugins>
</build>
<url>http://janino-compiler.github.io/janino/</url>
<description>The &quot;JDK&quot; implementation of the &quot;commons-compiler&quot; API that uses the JDK's Java compiler (JAVAC) in &quot;tools.jar&quot;.</description>
</project>
2 changes: 1 addition & 1 deletion commons-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
</plugin>
</plugins>
</build>
<url>https://github.com/janino-compiler/janino</url>
<description>The &quot;commons-compiler&quot; API, including the &quot;IExpressionEvaluator&quot;, &quot;IScriptEvaluator&quot;, &quot;IClassBodyEvaluator&quot; and &quot;ISimpleCompiler&quot; interfaces.</description>
</project>
Binary file added janino-parent/dummy-keystore
Binary file not shown.
4 changes: 2 additions & 2 deletions janino-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</execution>
</executions>
<configuration>
<keystore>../janino-dist/dummy-keystore</keystore>
<keystore>../janino-parent/dummy-keystore</keystore>
<alias>dummy</alias>
<storepass>storepass</storepass>
<keypass>keypass</keypass>
Expand Down Expand Up @@ -185,7 +185,7 @@
</license>
</licenses>
<scm>
<developerConnection>See project web site http://janino-compiler.github.io/janino/</developerConnection>
<developerConnection>scm:git:https://github.com/janino-compiler/janino</developerConnection>
<url>https://github.com/janino-compiler/janino</url>
</scm>
</project>
2 changes: 1 addition & 1 deletion janino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
</plugin>
</plugins>
</build>
<url>http://janino-compiler.github.io/janino/</url>
<description>The &quot;JANINO&quot; implementation of the &quot;commons-compiler&quot; API: Super-small, super-fast, independent from the JDK's &quot;tools.jar&quot;.</description>
</project>

0 comments on commit 15bc545

Please sign in to comment.