Skip to content

Commit

Permalink
Update Procyon to 0.6 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Feb 25, 2022
1 parent 04a74dd commit 81a4812
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 35 deletions.
37 changes: 3 additions & 34 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>us.deathmarine</groupId>
<artifactId>luyten</artifactId>
<version>0.7.9</version>
<version>0.7.0</version>

<properties>
<!-- Project settings -->
Expand All @@ -16,20 +16,10 @@
<!-- Dependency versions -->
<applejavaext.version>1.4</applejavaext.version>
<picocli.version>4.6.3</picocli.version>
<!-- TODO: Change back when 0.6 stable is released -->
<!--<procyon.version>0.5.36</procyon.version>-->
<procyon.version>4d691bd</procyon.version>
<procyon.version>0.6.0</procyon.version>
<rsyntaxtextarea.version>3.1.6</rsyntaxtextarea.version>
</properties>

<!-- TODO: Remove when 0.6 stable is released -->
<repositories>
<repository>
<id>jitpack</id>
<url>https://jitpack.io/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.apple</groupId>
Expand All @@ -41,28 +31,7 @@
<artifactId>picocli</artifactId>
<version>${picocli.version}</version>
</dependency>
<!-- TODO: Change back when 0.6 stable is released -->
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-compilertools</artifactId>
<version>${procyon.version}</version>
</dependency>
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-core</artifactId>
<version>${procyon.version}</version>
</dependency>
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-expressions</artifactId>
<version>${procyon.version}</version>
</dependency>
<dependency>
<groupId>com.github.mstrobel.procyon</groupId>
<artifactId>procyon-reflection</artifactId>
<version>${procyon.version}</version>
</dependency>
<!--<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-core</artifactId>
<version>${procyon.version}</version>
Expand All @@ -81,7 +50,7 @@
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-compilertools</artifactId>
<version>${procyon.version}</version>
</dependency>-->
</dependency>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/us/deathmarine/luyten/MainMenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ private void buildHelpMenu(JMenu helpMenu) {
link.setCursor(new Cursor(Cursor.HAND_CURSOR));
link.addMouseListener(new LinkListener(rsyntax, link));
pane.add(link);
pane.add(new JLabel("Version: 3.1.5"));
pane.add(new JLabel("Version: 3.1.6"));
pane.add(new JLabel("(c) 2022 Robert Futrell"));

String picocli = "https://github.com/remkop/picocli";
Expand Down

0 comments on commit 81a4812

Please sign in to comment.