Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37771639
en ru br
ALT Linux repos
S:3.5.3-alt2_3jpp11

Group :: Development/Java
RPM: antlr3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0007-update-java-target.patch
Download


--- a/antlr3-maven-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/antlr3-maven-archetype/src/main/resources/archetype-resources/pom.xml
@@ -106,8 +106,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>2.0.2</version>
                 <configuration>
-                    <source>1.6</source>
-                    <target>jsr14</target>
+                    <source>1.8</source>
+                    <target>1.8</target>
                     <sourceDirectory>src</sourceDirectory>
                 </configuration>
             </plugin>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin