Skip to content

Commit 194e31c

Browse files
committed
2 parents dacab3d + 6d0841c commit 194e31c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>io.takari.polyglot</groupId>
55
<artifactId>polyglot-ruby</artifactId>
6-
<version>0.2.1</version>
6+
<version>0.4.0</version>
77
</extension>
88
</extensions>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ DO NOT MODIFIY - GENERATED CODE
4242
</developer>
4343
</developers>
4444
<properties>
45-
<source.directory>src</source.directory>
46-
<wordcram.basedir>${project.basedir}</wordcram.basedir>
47-
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
48-
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
4945
<maven.compiler.source>1.8</maven.compiler.source>
5046
<maven.compiler.target>1.8</maven.compiler.target>
47+
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
48+
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
49+
<source.directory>src</source.directory>
50+
<wordcram.basedir>${project.basedir}</wordcram.basedir>
5151
</properties>
5252
<dependencies>
5353
<dependency>

0 commit comments

Comments
 (0)