-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Geoffrey Wiseman <[email protected]>
- Loading branch information
1 parent
2379b4c
commit 9ec8128
Showing
12 changed files
with
95 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,8 @@ | |
<url>http://github.com/geoffreywiseman/Moo</url> | ||
<connection>scm:git:[email protected]:geoffreywiseman/Moo.git</connection> | ||
<developerConnection>scm:git:[email protected]:geoffreywiseman/Moo.git</developerConnection> | ||
</scm> | ||
<tag>v2.1</tag> | ||
</scm> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -233,7 +234,7 @@ | |
<parent> | ||
<groupId>com.codiform</groupId> | ||
<artifactId>moo-parent</artifactId> | ||
<version>2.1-SNAPSHOT</version> | ||
<version>2.1.0</version> | ||
<relativePath>..</relativePath> | ||
</parent> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
moo-core/src/test/java/com/codiform/moo/session/TranslationSessionTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
<dependency> | ||
<groupId>com.codiform</groupId> | ||
<artifactId>moo-core</artifactId> | ||
<version>2.1-SNAPSHOT</version> | ||
<version>2.1.0</version> | ||
</dependency> | ||
</dependencies> | ||
|
||
|
@@ -198,7 +198,8 @@ | |
<url>http://github.com/geoffreywiseman/Moo</url> | ||
<connection>scm:git:[email protected]:geoffreywiseman/Moo.git</connection> | ||
<developerConnection>scm:git:[email protected]:geoffreywiseman/Moo.git</developerConnection> | ||
</scm> | ||
<tag>v2.1</tag> | ||
</scm> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -245,7 +246,7 @@ | |
<parent> | ||
<groupId>com.codiform</groupId> | ||
<artifactId>moo-parent</artifactId> | ||
<version>2.1-SNAPSHOT</version> | ||
<version>2.1.0</version> | ||
<relativePath>..</relativePath> | ||
</parent> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<groupId>com.codiform</groupId> | ||
<artifactId>moo-parent</artifactId> | ||
<packaging>pom</packaging> | ||
<version>2.1-SNAPSHOT</version> | ||
<version>2.1.0</version> | ||
<name>Moo Parent</name> | ||
<description>Mapping Objects to Objects</description> | ||
<url>http://geoffreywiseman.github.com/Moo</url> | ||
|
@@ -38,6 +38,17 @@ | |
</pluginManagement> | ||
</build> | ||
|
||
<distributionManagement> | ||
<snapshotRepository> | ||
<id>sonatype-ossrh</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
</snapshotRepository> | ||
<repository> | ||
<id>sonatype-ossrh</id> | ||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
<developers> | ||
<developer> | ||
<name>Geoffrey Wiseman</name> | ||
|
@@ -60,6 +71,7 @@ | |
<url>http://github.com/geoffreywiseman/Moo</url> | ||
<connection>scm:git:[email protected]:geoffreywiseman/Moo.git</connection> | ||
<developerConnection>scm:git:[email protected]:geoffreywiseman/Moo.git</developerConnection> | ||
<tag>v2.1</tag> | ||
</scm> | ||
|
||
<licenses> | ||
|
@@ -74,36 +86,6 @@ | |
</license> | ||
</licenses> | ||
|
||
<profiles> | ||
<profile> | ||
<id>release-sign-artifacts</id> | ||
<activation> | ||
<property> | ||
<name>performRelease</name> | ||
<value>true</value> | ||
</property> | ||
</activation> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
<version>1.6</version> | ||
<executions> | ||
<execution> | ||
<id>sign-artifacts</id> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>sign</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</profile> | ||
</profiles> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
|
@@ -134,9 +116,66 @@ | |
</dependencies> | ||
</dependencyManagement> | ||
|
||
<parent> | ||
<groupId>org.sonatype.oss</groupId> | ||
<artifactId>oss-parent</artifactId> | ||
<version>7</version> | ||
</parent> | ||
<profiles> | ||
<profile> | ||
<id>release</id> | ||
<build> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>3.0.1</version> | ||
<executions> | ||
<execution> | ||
<id>attach-sources</id> | ||
<goals> | ||
<goal>jar-no-fork</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>3.0.1</version> | ||
<executions> | ||
<execution> | ||
<id>attach-javadocs</id> | ||
<goals> | ||
<goal>jar</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-gpg-plugin</artifactId> | ||
<version>1.6</version> | ||
<executions> | ||
<execution> | ||
<id>sign-artifacts</id> | ||
<phase>verify</phase> | ||
<goals> | ||
<goal>sign</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.sonatype.plugins</groupId> | ||
<artifactId>nexus-staging-maven-plugin</artifactId> | ||
<version>1.6.8</version> | ||
<extensions>true</extensions> | ||
<configuration> | ||
<serverId>sonatype-ossrh</serverId> | ||
<nexusUrl>https://oss.sonatype.org/</nexusUrl> | ||
<autoReleaseAfterClose>true</autoReleaseAfterClose> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
</profile> | ||
</profiles> | ||
|
||
|
||
</project> |