Skip to content

Commit

Permalink
Merge pull request #24 from mmnaseri/master
Browse files Browse the repository at this point in the history
Master
  • Loading branch information
mmnaseri committed Jan 17, 2021
2 parents 695d1c0 + 7f94096 commit bdd7c7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tuples4j-reflection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>tuples4j-reflection</artifactId>
<version>1.0.0</version>
<version>1.1.1</version>

<name>Tuples4J : Reflection</name>
<description>Tools to effectively use tuples to represent class instances.</description>
Expand Down Expand Up @@ -60,7 +60,7 @@
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
<tuples4j.version>1.1.0</tuples4j.version>
<tuples4j.version>1.1.1</tuples4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -224,4 +224,4 @@
</profile>
</profiles>

</project>
</project>
2 changes: 1 addition & 1 deletion tuples4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>tuples4j</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<name>Tuples4J</name>
<description>Tiny framework for using tuples as first-class citizens in Java.</description>
Expand Down

0 comments on commit bdd7c7a

Please sign in to comment.