Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xp-cagey committed Jun 24, 2018
1 parent 4215f46 commit 394fa37
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Maven target
/cagey-config-api/target/
/cagey-config-spi/target/
/cagey-config-lightbend/target/
/cagey-config-core/target/
target/
cagey-config-api/target/
cagey-config-spi/target/
cagey-config-lightbend/target/
cagey-config-core/target/

# IDE
*.iml
Expand Down
2 changes: 1 addition & 1 deletion cagey-config-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<parent>
<groupId>com.xpcagey</groupId>
<artifactId>cagey-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion cagey-config-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.xpcagey</groupId>
<artifactId>cagey-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cagey-config-lightbend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.xpcagey</groupId>
<artifactId>cagey-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion cagey-config-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<parent>
<groupId>com.xpcagey</groupId>
<artifactId>cagey-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>
</project>
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.xpcagey</groupId>
<artifactId>cagey-config</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<modules>
<module>cagey-config-api</module>
<module>cagey-config-spi</module>
Expand Down Expand Up @@ -82,6 +82,11 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit 394fa37

Please sign in to comment.