Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkws committed Jun 12, 2020
1 parent e0c0912 commit fa7603a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
15 changes: 15 additions & 0 deletions fsrcs-common/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>FSRCS</artifactId>
<groupId>edu.guat</groupId>
<version>1.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>fsrcs-common</artifactId>


</project>
2 changes: 1 addition & 1 deletion fsrcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>edu.guat</groupId>
<artifactId>fsrcs</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.3</version>
<name>fsrcs</name>
<description>Folk Small Recipe Cornucopia System</description>

Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
<groupId>edu.guat</groupId>
<artifactId>FSRCS</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<!--<version>1.0-SNAPSHOT</version>-->
<properties>
<tempversion>1.0.3</tempversion>
</properties>
<version>${tempversion}</version>
<modules>
<module>fsrcs-common</module>
</modules>
Expand Down

0 comments on commit fa7603a

Please sign in to comment.