Adição de historico
parent
7618281f82
commit
b3a35282ba
|
@ -0,0 +1,9 @@
|
||||||
|
/.classpath
|
||||||
|
/.project
|
||||||
|
/.settings/org.eclipse.jdt.core.prefs
|
||||||
|
/.settings/org.eclipse.m2e.core.prefs
|
||||||
|
/.settings/org.eclipse.wst.common.component
|
||||||
|
/.settings/org.eclipse.wst.common.project.facet.core.xml
|
||||||
|
/.settings/org.eclipse.wst.validation.prefs
|
||||||
|
target
|
||||||
|
.settings
|
15
pom.xml
15
pom.xml
|
@ -4,7 +4,14 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>Auditador</artifactId>
|
<artifactId>Auditador</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>rj-releases</id>
|
||||||
|
<url>http://52.5.53.15:8081/nexus/content/repositories/releases/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>src/main/java</sourceDirectory>
|
<sourceDirectory>src/main/java</sourceDirectory>
|
||||||
|
@ -12,10 +19,10 @@
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.3</version>
|
<version>3.8.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.6</source>
|
<source>1.8</source>
|
||||||
<target>1.6</target>
|
<target>1.8</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue