subida al repositorio

parent 69235ba5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>es.uja.ssccdd.curso1920</groupId> <groupId>es.uja.ssccdd.curso1920</groupId>
<artifactId>SolucionPractica2</artifactId> <artifactId>MonteroNavarroLuciaPrac2</artifactId>
<version>1.0</version> <version>1.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
</properties> </properties>
<name>SolucionPractica2</name> <name>MonteroNavarroLuciaPrac2</name>
</project> </project>
\ No newline at end of file
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package es.uja.ssccdd.curso1920.solucionpractica2; package es.uja.ssccdd.curso1920.MonteroNavarroLuciaPrac2;
import java.util.Random; import java.util.Random;
......
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package es.uja.ssccdd.curso1920.solucionpractica2; package es.uja.ssccdd.curso1920.MonteroNavarroLuciaPrac2;
/** /**
* Clase principal del programa. * Clase principal del programa.
* @author fconde * @author fconde
*/ */
public class SolucionPractica2 { public class MonteroNavarroLuciaPrac2 {
/** /**
* @param args the command line arguments * @param args the command line arguments
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment