Skip to content

Commit cc9512f

Browse files
committed
Added generation of annotations for descriptions and text definitions
1 parent af1f289 commit cc9512f

File tree

6 files changed

+474
-19
lines changed

6 files changed

+474
-19
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.termmed</groupId>
5-
<artifactId>owl-test</artifactId>
5+
<artifactId>rf2-to-owl</artifactId>
66
<version>0.0.2-SNAPSHOT</version>
77
<dependencies>
88
<dependency>
@@ -28,8 +28,8 @@
2828
<artifactId>maven-compiler-plugin</artifactId>
2929
<version>2.3.2</version>
3030
<configuration>
31-
<source>1.7</source>
32-
<target>1.7</target>
31+
<source>1.8</source>
32+
<target>1.8</target>
3333
</configuration>
3434
</plugin>
3535
<plugin>

0 commit comments

Comments
 (0)